3 lines
89 B
SQL
3 lines
89 B
SQL
use antville;
|
|
alter table weblog
|
|
add column DATEFORMAT varchar(50) null after MODIFIER
|