query select changes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "book",
|
||||
"fields": {
|
||||
"id": {
|
||||
"type": "unsigned long",
|
||||
"constraint": "primary_key"
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"size": 511
|
||||
},
|
||||
"book_author": {
|
||||
"type": "author",
|
||||
"constraint": {
|
||||
"type": "foreign_key",
|
||||
"references": "id"
|
||||
}
|
||||
},
|
||||
"published_in": {
|
||||
"type": "unsigned_short"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user