2 lines
76 B
MySQL
2 lines
76 B
MySQL
|
use antville;
|
||
|
alter table STORY add column READS bigint null after MODIFIER;
|