feat: 添加数据库同步功能,创建版本表并处理版本迁移

This commit is contained in:
2026-03-30 02:30:58 +08:00
parent 50efd0ea41
commit d9442b9875
9 changed files with 3779 additions and 48 deletions

View File

@@ -6,4 +6,6 @@ export * from './schemas/n-code-schema.ts'
export * from './schemas/life-schema.ts'
export * from './schemas/user.ts'
export * from './schemas/user.ts'
export * from './schemas/mark.ts'