mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-12 06:48:41 +00:00
21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"draw_image": {
|
|
"name": "draw_image",
|
|
"fields": {
|
|
"draw_image_id": {
|
|
"name": "draw_image_id",
|
|
"type": "INT",
|
|
"null": false,
|
|
"primary": true,
|
|
"autoincrement": true
|
|
},
|
|
"draw_image_media": {
|
|
"name": "draw_image_media",
|
|
"type": "INT",
|
|
"null": false,
|
|
"foreignTable": "media",
|
|
"foreignKey": "media_id"
|
|
}
|
|
}
|
|
}
|
|
} |