add fiscal_year, drop due_to
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user