mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-22 16:50:21 +00:00
cargando carrito desde backend
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user