Austin Bonander 46878e8c0b feat: multi-tenant example
No longer Axum-based because filling out the request routes would have distracted from the purpose of the example.
2025-02-27 16:20:09 -08:00

11 lines
273 B
TOML

[migrate]
create-schemas = ["payments"]
table-name = "payments._sqlx_migrations"
[macros.table-overrides.'payments.payment']
'payment_id' = "crate::PaymentId"
'account_id' = "accounts::AccountId"
[macros.type-overrides]
'payments.payment_status' = "crate::PaymentStatus"