Include user table, identity and session table

This commit is contained in:
GW_MC
2025-12-07 19:08:22 +08:00
parent 9c139d6007
commit e758452509
11 changed files with 285 additions and 11 deletions

View File

@@ -1,2 +1,4 @@
pub mod m20251011_000001_create_user_table;
pub mod m20251011_000002_create_config_table;
pub mod m20251011_000001_create_config_table;
pub mod m20251011_000002_create_user_table;
pub mod m20251011_000003_create_user_identity_table;
pub mod m20251011_000004_create_session_table;