mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
45 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |