Files
fastapi-best-architecture/backend/plugin/notice/sql/postgresql/init_snowflake_tenant.sql
T
2026-07-01 00:07:34 +08:00

28 lines
1.3 KiB
SQL

insert into sys_menu (id, title, name, path, sort, icon, type, component, perms, status, display, cache, link, remark, parent_id, created_time, updated_time)
values (2049629108257816576, 'notice.menu', 'PluginNotice', '/plugins/notice', 9, 'fe:notice-push', 1, '/plugins/notice/views/index', null, 1, 1, 1, '', null, 2049629108245233667, now(), null);
insert into sys_menu (id, title, name, path, sort, icon, type, component, perms, status, display, cache, link, remark, parent_id, created_time, updated_time)
values
(2049629108257816577, '新增', 'AddNotice', null, 0, null, 2, null, 'sys:notice:add', 1, 0, 1, '', null, 2049629108257816576, now(), null),
(2049629108257816578, '修改', 'EditNotice', null, 0, null, 2, null, 'sys:notice:edit', 1, 0, 1, '', null, 2049629108257816576, now(), null),
(2049629108257816579, '删除', 'DeleteNotice', null, 0, null, 2, null, 'sys:notice:del', 1, 0, 1, '', null, 2049629108257816576, now(), null);
insert into sys_notice (id, title, type, status, content, created_time, updated_time, tenant_id)
values (2112248797756129280, 'hahahahahaahahaha', 0, 1, '你好😄
```
print(''fba yyds'')
```
⚡⚡⚡
| col1 | col2 | col3 |
| ---- | ---- | ---- |
| | | |
| | | |
* 1
* 2
* 3
', '2025-12-15 15:33:16', null, 0);