Add generated database entity, just recipe and fix config table missing PK

This commit is contained in:
GW_MC
2025-11-13 20:13:05 +08:00
parent 7a1617e1ee
commit 25c0756e70
9 changed files with 96 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18
pub mod prelude;
pub mod config;
pub mod user;