cargando carrito desde backend

This commit is contained in:
2025-10-29 23:30:33 +01:00
parent ae2904aa71
commit feff9ee94a
23 changed files with 848 additions and 183 deletions

View File

@ -20,6 +20,12 @@ databaseChangeLog:
primaryKey: true
primaryKeyName: pk_cart_direcciones
- column:
name: cart_id
type: BIGINT
constraints:
nullable: false
- column:
name: direccion_id
type: BIGINT
@ -37,6 +43,18 @@ databaseChangeLog:
type: INT
constraints:
nullable: true
- column:
name: is_palets
type: TINYINT(1)
constraints:
nullable: false
defaultValue: false
- column:
name: base
type: DECIMAL(12, 2)
- createIndex:
indexName: idx_cart_dir_direccion_id