oms-Tag/Admin/Install/db.json

69 lines
1.9 KiB
JSON
Executable File

{
"tag": {
"name": "tag",
"fields": {
"tag_id": {
"name": "tag_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"tag_color": {
"name": "tag_color",
"type": "VARCHAR(9)",
"null": false
},
"tag_icon": {
"name": "tag_icon",
"type": "VARCHAR(255)",
"null": false
},
"tag_type": {
"name": "tag_type",
"type": "TINYINT(1)",
"null": false
},
"tag_owner": {
"name": "tag_owner",
"type": "INT",
"null": true,
"default": null,
"foreignTable": "account",
"foreignKey": "account_id"
}
}
},
"tag_l11n": {
"name": "tag_l11n",
"fields": {
"tag_l11n_id": {
"name": "tag_l11n_id",
"type": "INT",
"null": false,
"primary": true,
"autoincrement": true
},
"tag_l11n_title": {
"name": "tag_l11n_title",
"type": "VARCHAR(255)",
"null": false
},
"tag_l11n_tag": {
"name": "tag_l11n_tag",
"type": "INT",
"null": false,
"foreignTable": "tag",
"foreignKey": "tag_id"
},
"tag_l11n_language": {
"name": "tag_l11n_language",
"type": "VARCHAR(2)",
"default": null,
"null": true,
"foreignTable": "language",
"foreignKey": "language_639_1"
}
}
}
}