oms-Shop/Admin/Install/db.json
Dennis Eichhorn a5853c473a
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:06 +00:00

45 lines
1.3 KiB
JSON

{
"shop_category": {
"name": "shop_category",
"fields": {
"shop_category_id": {
"name": "shop_category_id",
"type": "INT",
"null": false,
"primary": true
}
}
},
"shop_category_l11n": {
"name": "shop_category_l11n",
"fields": {
"shop_category_l11n_id": {
"name": "shop_category_l11n_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"shop_category_l11n_title": {
"name": "shop_category_l11n_title",
"type": "VARCHAR(255)",
"null": false
},
"shop_category_l11n_category": {
"name": "shop_category_l11n_category",
"type": "INT",
"null": false,
"foreignTable": "shop_category",
"foreignKey": "shop_category_id"
},
"shop_category_l11n_language": {
"name": "shop_category_l11n_language",
"type": "VARCHAR(2)",
"default": null,
"null": true,
"foreignTable": "language",
"foreignKey": "language_639_1"
}
}
}
}