add fiscal_year, drop due_to

This commit is contained in:
2022-01-21 20:46:28 +01:00
parent 0e4fd12238
commit ab365c65a1
6 changed files with 14 additions and 15 deletions

View File

@ -150,7 +150,7 @@ CREATE TABLE account_entry_t (
,description varchar(1024) not null
,account integer not null references account_t (id)
,created_at timestamp not null default now()
,due_at timestamp
,fiscal_year integer not null
,amount numeric(10,2) not null
,document_no integer unique
,account_entry_category integer not null references account_entry_category_t (id)