Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"fields": {
|
||||
"entityType": {
|
||||
"type": "varchar",
|
||||
"index": true,
|
||||
"maxLength": 100
|
||||
},
|
||||
"fieldName": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100
|
||||
},
|
||||
"value": {
|
||||
"type": "int",
|
||||
"default": 1
|
||||
}
|
||||
},
|
||||
"indexes": {
|
||||
"entityTypeFieldName": {
|
||||
"columns": ["entityType", "fieldName"]
|
||||
}
|
||||
},
|
||||
"hooksDisabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user