16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"fields": {
|
|
"entityType": {
|
|
"type": "varchar",
|
|
"index": true
|
|
},
|
|
"fieldName": {
|
|
"type": "varchar"
|
|
},
|
|
"value": {
|
|
"type": "int",
|
|
"default": 1
|
|
}
|
|
}
|
|
}
|