You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
270 B
16 lines
270 B
1 year ago
|
INSERT INTO
|
||
|
"public"."t_user" (
|
||
|
"id",
|
||
|
"name",
|
||
|
"username",
|
||
|
"password",
|
||
|
"delete"
|
||
|
)
|
||
|
VALUES
|
||
|
(
|
||
|
default,
|
||
|
'超级管理员',
|
||
|
'SuperAdmin',
|
||
|
'e10adc3949ba59abbe56e057f20f883e',
|
||
|
'f'
|
||
|
);
|