consolidate migrations

This commit is contained in:
2026-05-29 15:31:40 +03:30
parent 8ef4152853
commit e71df6b739
16 changed files with 113 additions and 450 deletions
+17 -5
View File
@@ -2850,6 +2850,15 @@
"nullable": true,
"mappedType": "integer"
},
"discount_percent": {
"name": "discount_percent",
"type": "int",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"mappedType": "integer"
},
"total": {
"name": "total",
"type": "int",
@@ -3048,9 +3057,9 @@
},
"order_number": {
"name": "order_number",
"type": "int",
"unsigned": false,
"autoincrement": false,
"type": "serial",
"unsigned": true,
"autoincrement": true,
"primary": false,
"nullable": false,
"mappedType": "integer"
@@ -3530,7 +3539,10 @@
"autoincrement": false,
"primary": false,
"nullable": false,
"enumItems": [],
"enumItems": [
"withdraw",
"deposit"
],
"mappedType": "enum"
}
},
@@ -3854,4 +3866,4 @@
}
],
"nativeEnums": {}
}
}