db_schema added explodiert_parent to bestellung_position and rechnung_posistion (seemed to be missing)

This commit is contained in:
OpenXE 2023-05-04 15:51:47 +02:00
parent 51d7ad7f17
commit 30ce445ac1

View File

@ -28844,6 +28844,17 @@
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "explodiert_parent",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
}
],
"keys": [
@ -83792,6 +83803,17 @@
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "explodiert_parent",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "explodiert_parent_artikel",
"Type": "int(11)",