From 5c0dcfe15bf1f21e3fdc183b1fae81aa7e30a75d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 5 Jan 2023 13:01:53 +0200 Subject: [PATCH] Updated testing DB schema --- dummy.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dummy.json b/dummy.json index bb3ab4e..adbc2ca 100644 --- a/dummy.json +++ b/dummy.json @@ -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": "",