3 lines
81 B
SQL
3 lines
81 B
SQL
-- Add/modify columns
|
|
alter table JK_FD_ZB add ADDR_TYPE integer not null;
|
-- Add/modify columns
|
|
alter table JK_FD_ZB add ADDR_TYPE integer not null;
|