data in accounts is automatic now
This commit is contained in:
@@ -178,9 +178,8 @@ message 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
|
||||
|
||||
Reference in New Issue
Block a user