certd/packages/ui/certd-server/db
xiaojunnuo a9717b9a0d fix: 修复pg下pipeline title 类型问题 2024-08-04 00:04:55 +08:00
..
migration fix: 修复pg下pipeline title 类型问题 2024-08-04 00:04:55 +08:00
migration-pg fix: 修复pg下pipeline title 类型问题 2024-08-04 00:04:55 +08:00
readme.md feat: 支持postgresql 2024-07-17 01:30:00 +08:00

readme.md

AUTOINCREAMENT GENERATED BY DEFAULT AS IDENTITY

datetime timestamp

update sqlite_sequence set seq = 1000 where name = 'sys_role' ; select setval('sys_role_id_seq', 1000);

"disabled" boolean DEFAULT (0) "disabled" boolean DEFAULT (false)

last_insert_rowid() LASTVAL()