Create module rechnungslauf, basic version

This commit is contained in:
Andreas Palm
2022-12-22 00:16:33 +01:00
parent 2cfe710c9a
commit 6e8f715f66
10 changed files with 552 additions and 219 deletions
+86
View File
@@ -98587,6 +98587,92 @@
}
]
},
{
"name": "subscription_cycle_job",
"type": "BASE TABLE",
"columns": [
{
"Field": "id",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "PRI",
"Default": "",
"Extra": "auto_increment",
"Privileges": "select,insert,update,references",
"Commant": ""
},
{
"Field": "address_id",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "MUL",
"Default": "",
"Extra": "",
"Privileges": "select,insert,update,references",
"Commant": ""
},
{
"Field": "document_type",
"Type": "varchar(32)",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": "",
"Extra": "",
"Privileges": "select,insert,update,references",
"Commant": ""
},
{
"Field": "job_type",
"Type": "varchar(32)",
"Collation": "utf8mb3_general_ci",
"Null": "YES",
"Key": "",
"Default": "",
"Extra": "",
"Privileges": "select,insert,update,references",
"Commant": ""
},
{
"Field": "printer_id",
"Type": "int(11)",
"Collation": "",
"Null": "YES",
"Key": "",
"Default": "",
"Extra": "",
"Privileges": "select,insert,update,references",
"Commant": ""
},
{
"Field": "created_at",
"Type": "timestamp",
"Collation": "",
"Null": "NO",
"Key": "",
"Default": "current_timestamp()",
"Extra": "",
"Privileges": "select,insert,update,references",
"Commant": ""
}
],
"keys": [
{
"Key_name": "PRIMARY",
"columns": [
"id"
]
},
{
"Key_name": "address",
"columns": [
"address_id"
]
}
]
},
{
"name": "supersearch_index_group",
"type": "BASE TABLE",