data in accounts is automatic now

This commit is contained in:
Priec
2026-07-29 17:14:13 +02:00
parent f7121e6cf1
commit a5992379db
9 changed files with 20 additions and 13 deletions

View File

@@ -149,9 +149,8 @@ pub struct ColumnDefinition {
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
/// TIME (timezone-free time of day)
/// MONEY (= unconstrained NUMERIC; currency comes from the table)
/// ACCOUNTING (creates schema-managed name, debit, and credit columns;
/// automatically creates a required accounts_id link and posts
/// the referenced canonical account row's account value;
/// ACCOUNTING (creates schema-managed name, account, debit, and credit fields;
/// account always selects a row from the profile's managed accounts table;
/// name is limited to 10 characters and one stored row contributes
/// one line to the profile journal)
/// INT