Update database schema
This commit is contained in:
parent
74a8ffa38e
commit
a29eb08883
14 changed files with 468 additions and 406 deletions
|
|
@ -169,7 +169,9 @@ CREATE TABLE jrn (
|
|||
jrn_ech date,
|
||||
jr_ech date,
|
||||
jr_rapt text,
|
||||
jr_valid boolean DEFAULT true
|
||||
jr_valid boolean DEFAULT true,
|
||||
j_pj integer,
|
||||
jr_opid integer
|
||||
);
|
||||
CREATE TABLE stock_goods (
|
||||
sg_id integer DEFAULT nextval('s_stock_goods'::text) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue