mahnwesen initial

This commit is contained in:
OpenXE
2023-06-13 18:35:59 +02:00
parent 1f6caa8632
commit 2c7f113d6b
10 changed files with 710 additions and 379 deletions
+95 -12
View File
@@ -28975,7 +28975,7 @@
},
{
"name": "bestellvorschlag",
"collation": "utf8mb4_general_ci",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
@@ -39026,7 +39026,7 @@
},
{
"name": "fibu_buchungen",
"collation": "utf8mb4_general_ci",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
@@ -39164,13 +39164,13 @@
},
{
"name": "fibu_buchungen_alle",
"collation": "utf8mb4_general_ci",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
"Field": "buchungsart",
"Type": "varchar(9)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
@@ -39203,7 +39203,7 @@
{
"Field": "datum",
"Type": "varchar(10)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "YES",
"Key": "",
"Default": null,
@@ -39269,7 +39269,7 @@
{
"Field": "edit_module",
"Type": "varchar(15)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
@@ -39293,13 +39293,13 @@
},
{
"name": "fibu_objekte",
"collation": "utf8mb4_general_ci",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
"Field": "datum",
"Type": "varchar(10)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "YES",
"Key": "",
"Default": null,
@@ -39310,7 +39310,7 @@
{
"Field": "typ",
"Type": "varchar(15)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
@@ -39343,7 +39343,7 @@
{
"Field": "parent_typ",
"Type": "varchar(7)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
@@ -39354,7 +39354,7 @@
{
"Field": "parent_id",
"Type": "varchar(11)",
"Collation": "utf8mb4_general_ci",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
@@ -101383,7 +101383,7 @@
},
{
"name": "subscription_cycle_job",
"collation": "utf8mb4_general_ci",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
@@ -117603,6 +117603,89 @@
"Non_unique": ""
}
]
},
{
"name": "mahnwesen",
"collation": "utf8mb3_general_ci",
"type": "BASE TABLE",
"columns": [
{
"Field": "id",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "PRI",
"Default": null,
"Extra": "auto_increment",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "name",
"Type": "varchar(50)",
"Collation": "utf8mb3_general_ci",
"Null": "NO",
"Key": "",
"Default": null,
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "tage",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": null,
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "gebuehr",
"Type": "decimal(10,2)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": null,
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "mail",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": null,
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
},
{
"Field": "druck",
"Type": "int(11)",
"Collation": null,
"Null": "NO",
"Key": "",
"Default": null,
"Extra": "",
"Privileges": "select,insert,update,references",
"Comment": ""
}
],
"keys": [
{
"Key_name": "PRIMARY",
"Index_type": "BTREE",
"columns": [
"id"
],
"Non_unique": ""
}
]
}
],
"views": [