oms-IncomeStatement/Admin/Install/db.json
Dennis Eichhorn da8b3abc61
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

150 lines
5.1 KiB
JSON

{
"incomestmt_pl": {
"name": "incomestmt_pl",
"fields": {
"incomestmt_pl_id": {
"name": "incomestmt_pl_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"incomestmt_pl_code": {
"name": "incomestmt_pl_code",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_name": {
"name": "incomestmt_pl_name",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_default": {
"name": "incomestmt_pl_default",
"type": "TINYINT",
"null": false
},
"incomestmt_pl_unit": {
"name": "incomestmt_pl_unit",
"type": "INT",
"null": true,
"default": null,
"foreignTable": "unit",
"foreignKey": "unit_id"
}
}
},
"incomestmt_pl_element": {
"name": "incomestmt_pl_element",
"fields": {
"incomestmt_pl_element_id": {
"name": "incomestmt_pl_element_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"incomestmt_pl_element_code": {
"name": "incomestmt_pl_element_code",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_element_formula": {
"name": "incomestmt_pl_element_formula",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_element_style": {
"name": "incomestmt_pl_element_style",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_element_order": {
"name": "incomestmt_pl_element_order",
"type": "INT",
"null": false
},
"incomestmt_pl_element_expanded": {
"name": "incomestmt_pl_element_expanded",
"type": "TINYINT(1)",
"null": false
},
"incomestmt_pl_element_parent": {
"name": "incomestmt_pl_element_parent",
"type": "INT",
"null": true,
"foreignTable": "incomestmt_pl_element",
"foreignKey": "incomestmt_pl_element_id"
},
"incomestmt_pl_element_pl": {
"name": "incomestmt_pl_element_pl",
"type": "INT",
"null": false,
"foreignTable": "incomestmt_pl",
"foreignKey": "incomestmt_pl_id"
}
}
},
"incomestmt_pl_element_l11n": {
"name": "incomestmt_pl_element_l11n",
"fields": {
"incomestmt_pl_element_l11n_id": {
"name": "incomestmt_pl_element_l11n_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"incomestmt_pl_element_l11n_title": {
"name": "incomestmt_pl_element_l11n_title",
"type": "VARCHAR(255)",
"null": false
},
"incomestmt_pl_element_l11n_element": {
"name": "incomestmt_pl_element_l11n_element",
"type": "INT(11)",
"null": false,
"foreignTable": "incomestmt_pl_element",
"foreignKey": "incomestmt_pl_element_id"
},
"incomestmt_pl_element_l11n_lang": {
"name": "incomestmt_pl_element_l11n_lang",
"type": "VARCHAR(2)",
"null": false,
"foreignTable": "language",
"foreignKey": "language_639_1"
}
}
},
"incomestmt_pl_element_rel": {
"name": "incomestmt_pl_element_rel",
"fields": {
"incomestmt_pl_element_rel_id": {
"name": "incomestmt_pl_element_rel_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"incomestmt_pl_element_rel_order": {
"name": "incomestmt_pl_element_rel_order",
"type": "INT",
"null": true
},
"incomestmt_pl_element_rel_account": {
"name": "incomestmt_pl_element_rel_account",
"type": "INT",
"null": false,
"foreignTable": "accounting_account",
"foreignKey": "accounting_account_id"
},
"incomestmt_pl_element_rel_element": {
"name": "incomestmt_pl_element_rel_element",
"type": "INT",
"null": false,
"foreignTable": "incomestmt_pl_element",
"foreignKey": "incomestmt_pl_element_id"
}
}
}
}