unit cost
This commit is contained in:
@@ -88,10 +88,10 @@ CREATE TABLE public.invoice_items (
|
||||
amount character varying(50) NOT NULL,
|
||||
item_order integer NOT NULL,
|
||||
created_at timestamp without time zone DEFAULT CURRENT_TIMESTAMP,
|
||||
qbo_item_id character varying(10) DEFAULT '9'::character varying
|
||||
qbo_item_id character varying(10) DEFAULT '9'::character varying,
|
||||
unit_cost character varying(50)
|
||||
);
|
||||
|
||||
|
||||
ALTER TABLE public.invoice_items OWNER TO quoteuser;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user