feat: add logic_group crud

This commit is contained in:
Alexander Navarro 2025-02-06 19:48:52 -03:00
parent baf70e6820
commit d643e1c0f2
7 changed files with 98 additions and 11 deletions

View file

@ -5,11 +5,9 @@ SELECT
-- ╭─────────────────────────────────────────────────────────╮
-- │ Form │
-- ╰─────────────────────────────────────────────────────────╯
SELECT
'form' AS component,
'create.sql' AS action,
'create.sql' AS "action",
'Save' AS validate,
'Sources' AS title;
@ -23,7 +21,7 @@ SELECT
'uid' AS name,
'Identifier' AS label,
4 AS width,
5 AS maxlength,
8 AS maxlength,
1 AS minlength,
TRUE AS required;
@ -36,8 +34,8 @@ SELECT
-- ╰─────────────────────────────────────────────────────────╯
SELECT
'table' AS component,
TRUE as sort,
TRUE as search;
TRUE AS sort,
TRUE AS search;
SELECT
*