This commit is contained in:
2026-07-23 18:13:25 +03:30
parent 8cd855827d
commit 3314113e7a
11 changed files with 92 additions and 39 deletions
+24 -21
View File
@@ -703,6 +703,16 @@
"nullable": true,
"length": 6,
"mappedType": "datetime"
},
"title": {
"name": "title",
"type": "varchar(255)",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": false,
"length": 255,
"mappedType": "string"
}
},
"name": "order_prints",
@@ -2063,24 +2073,6 @@
"nullable": false,
"length": 26,
"mappedType": "character"
},
"description": {
"name": "description",
"type": "text",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"mappedType": "text"
},
"attachments": {
"name": "attachments",
"type": "jsonb",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"mappedType": "json"
}
},
"name": "request_items",
@@ -2509,8 +2501,8 @@
"nullable": false,
"mappedType": "integer"
},
"confirm_status": {
"name": "confirm_status",
"status": {
"name": "status",
"type": "text",
"unsigned": false,
"autoincrement": false,
@@ -2520,7 +2512,8 @@
"enumItems": [
"pending",
"partially_confirmed",
"confirmed"
"confirmed",
"archived"
],
"mappedType": "enum"
},
@@ -3213,6 +3206,16 @@
"name": "orders",
"schema": "public",
"indexes": [
{
"columnNames": [
"invoice_item_id"
],
"composite": false,
"keyName": "orders_invoice_item_id_unique",
"constraint": true,
"primary": false,
"unique": true
},
{
"columnNames": [
"print_id"