generated from alecodes/base-template
feat: add logic_group crud
This commit is contained in:
parent
baf70e6820
commit
d643e1c0f2
7 changed files with 98 additions and 11 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue