feat: add migration for transaction, category, and tag tables with foreign key constraints

This commit is contained in:
GW_MC
2026-05-28 04:00:01 +00:00
parent 1d5e24bdfb
commit ea16cc2d55
9 changed files with 517 additions and 2 deletions

View File

@@ -4,3 +4,7 @@ pub mod prelude;
pub mod account;
pub mod account_category;
pub mod category;
pub mod tag;
pub mod transaction;
pub mod transaction_tag;