Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": {
|
||||
"id": {
|
||||
"type": "id",
|
||||
"dbType": "integer",
|
||||
"autoincrement": true
|
||||
},
|
||||
"entityType": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100,
|
||||
"index": true
|
||||
},
|
||||
"user": {
|
||||
"type": "link"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user