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