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