Updated testing DB schema

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-05 13:01:53 +02:00
parent b9a2254a66
commit 5c0dcfe15b
1 changed files with 13 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"schema": [
{
"id": "psy7unkl",
"name": "bruh",
"name": "name",
"type": "text",
"system": false,
"required": false,
@ -56,6 +56,18 @@
"max": null,
"pattern": ""
}
},
{
"id": "jroziygp",
"name": "age",
"type": "number",
"system": false,
"required": false,
"unique": false,
"options": {
"min": null,
"max": null
}
}
],
"listRule": "",