mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-20 03:28:41 +00:00
24 lines
576 B
JSON
24 lines
576 B
JSON
{
|
|
"tag": {
|
|
"name": "tag",
|
|
"fields": {
|
|
"tag_id": {
|
|
"name": "tag_id",
|
|
"type": "INT",
|
|
"null": false,
|
|
"primary": true,
|
|
"autoincrement": true
|
|
},
|
|
"tag_title": {
|
|
"name": "tag_title",
|
|
"type": "VARCHAR(255)",
|
|
"null": false
|
|
},
|
|
"tag_color": {
|
|
"name": "tag_color",
|
|
"type": "VARCHAR(8)",
|
|
"null": false
|
|
}
|
|
}
|
|
}
|
|
} |