antville/antville_dbpatch20010811.sql

6 lines
151 B
MySQL
Raw Normal View History

use antville;
alter table image
add column PARENT_ID mediumint(9) null after WEBLOG_ID,
add column THUMBNAIL_ID mediumint(9) null after PARENT_ID