Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"fields": {
|
||||
"order": {
|
||||
"type": "int",
|
||||
"dbType": "smallint"
|
||||
},
|
||||
"entity": {
|
||||
"type": "linkParent"
|
||||
},
|
||||
"group": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100
|
||||
},
|
||||
"user": {
|
||||
"type": "link"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"entity": {
|
||||
"type": "belongsToParent"
|
||||
}
|
||||
},
|
||||
"indexes": {
|
||||
"entityUserId": {
|
||||
"columns": ["entityType", "entityId", "userId"]
|
||||
},
|
||||
"entityType": {
|
||||
"columns": ["entityType"]
|
||||
},
|
||||
"entityTypeUserId": {
|
||||
"columns": ["entityType", "userId"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user