3 lines
108 B
SQL
3 lines
108 B
SQL
-- apply alter tables
|
|
alter table incoming_inventory add column if not exists vendor_bill_num varchar(255);
|