feat(db): add service users table

This commit is contained in:
2025-10-28 06:46:30 +04:00
parent a59fff927d
commit b635750e28
7 changed files with 76 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.12
pub use super::service_user::Entity as ServiceUser;
pub use super::user::Entity as User;