30 lines
449 B
SQL
30 lines
449 B
SQL
INSERT INTO
|
|
"public"."frame_config" (
|
|
"id",
|
|
"key",
|
|
"value",
|
|
"sort_number",
|
|
"is_enable",
|
|
"is_delete",
|
|
"create_at",
|
|
"create_by",
|
|
"update_at",
|
|
"update_by",
|
|
"remark",
|
|
"extend"
|
|
)
|
|
VALUES
|
|
(
|
|
gen_random_uuid (),
|
|
'PreemptMode',
|
|
'CurrAndAction',
|
|
'0',
|
|
't',
|
|
'f',
|
|
'2026-03-12 12:00:00.00000',
|
|
'FASS.Mvc',
|
|
'2026-03-12 12:00:00.00000',
|
|
'FASS.Mvc',
|
|
NULL,
|
|
NULL
|
|
); |