3 lines
87 B
MySQL
3 lines
87 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE posts ADD COLUMN ap_url VARCHAR NOT NULL DEFAULT '';
|