5 lines
79 B
MySQL
5 lines
79 B
MySQL
|
use antville;
|
||
|
alter table STORY
|
||
|
add column TOPIC varchar(128) null after DAY
|
||
|
|