mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 09:48:41 +00:00
Move schema to json
This commit is contained in:
parent
ae483efc38
commit
9ce3487838
39
Admin/Install/db.json
Normal file
39
Admin/Install/db.json
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"exchange": {
|
||||||
|
"name": "exchange",
|
||||||
|
"fields": {
|
||||||
|
"exchange_id": {
|
||||||
|
"name": "exchange_id",
|
||||||
|
"type": "INT",
|
||||||
|
"null": false,
|
||||||
|
"primary": true,
|
||||||
|
"autoincrement": true
|
||||||
|
},
|
||||||
|
"exchange_title": {
|
||||||
|
"name": "exchange_title",
|
||||||
|
"type": "VARCHAR(255)",
|
||||||
|
"null": false
|
||||||
|
},
|
||||||
|
"exchange_path": {
|
||||||
|
"name": "exchange_path",
|
||||||
|
"type": "VARCHAR(255)",
|
||||||
|
"null": false
|
||||||
|
},
|
||||||
|
"exchange_import": {
|
||||||
|
"name": "exchange_import",
|
||||||
|
"type": "TINYINT",
|
||||||
|
"null": false
|
||||||
|
},
|
||||||
|
"exchange_export": {
|
||||||
|
"name": "exchange_export",
|
||||||
|
"type": "TINYINT",
|
||||||
|
"null": false
|
||||||
|
},
|
||||||
|
"exchange_website": {
|
||||||
|
"name": "exchange_website",
|
||||||
|
"type": "VARCHAR(255)",
|
||||||
|
"null": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user