add account and account_category entities with relations

This commit is contained in:
GW_MC
2026-05-26 09:49:34 +00:00
parent c0483d7f47
commit 8e3c46de33
5 changed files with 157 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0
pub mod prelude;
pub mod account;
pub mod account_category;