added schema

This commit is contained in:
xdrm-brackets 2017-09-18 16:48:43 +02:00
parent 0f119690d9
commit 9dbbc1e3dc
1 changed files with 106 additions and 104 deletions

View File

@ -1,5 +1,5 @@
{ {
"default": {
"warehouse": { "warehouse": {
"id_warehouse": { "type": "int", "primary": true, "auto_increment": true }, "id_warehouse": { "type": "int", "primary": true, "auto_increment": true },
"name": { "type": "varchar(30)" }, "name": { "type": "varchar(30)" },
@ -122,4 +122,6 @@
"#id_action": { "type": "int", "ref": [ "action", "id_action" ] } "#id_action": { "type": "int", "ref": [ "action", "id_action" ] }
} }
}
} }