Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"fields": {
|
||||
"id": {
|
||||
"type": "id",
|
||||
"dbType": "bigint",
|
||||
"autoincrement": true
|
||||
},
|
||||
"entity": {
|
||||
"type": "linkParent"
|
||||
},
|
||||
"user": {
|
||||
"type": "link"
|
||||
}
|
||||
},
|
||||
"indexes": {
|
||||
"userEntity": {
|
||||
"columns": ["userId", "entityId", "entityType"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user