add some more cols

This commit is contained in:
gowthaman.b
2024-04-28 19:30:30 +05:30
parent bb51bb448f
commit 3f4c53c6cc
3 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- apply alter tables
alter table incoming_inventory add column if not exists loading varchar(255);
alter table incoming_inventory add column if not exists unloading varchar(255);