18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"fields": {
|
|
"id": {
|
|
"type": "id",
|
|
"dbType": "integer",
|
|
"autoincrement": true
|
|
},
|
|
"entityType": {
|
|
"type": "varchar",
|
|
"maxLength": 100,
|
|
"index": true
|
|
},
|
|
"user": {
|
|
"type": "link"
|
|
}
|
|
}
|
|
}
|