apemandb
Version:
Database for apeman project.
24 lines • 425 B
JSON
{
"$name": "ExampleModel",
"$description": "Some example",
"$inherits": [
"apemandb/models/abstract/ap_keyed.json"
],
"$attributes": {
"username": {
"$type": "STRING",
"$unique": true
},
"introText": {
"$type": "STRING(1024)",
"$nullable": true
},
"profileData": {
"$type": "TEXT",
"$convert": {
"$json": true
}
}
},
"$indices": []
}