Update table feed items
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
ALTER TABLE feed_item
|
||||
DROP COLUMN title;
|
||||
|
||||
ALTER TABLE feed_item
|
||||
DROP COLUMN url;
|
||||
@@ -0,0 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE feed_item
|
||||
ADD COLUMN title VARCHAR NOT NULL;
|
||||
|
||||
ALTER TABLE feed_item
|
||||
ADD COLUMN url VARCHAR NOT NULL;
|
||||
Reference in New Issue
Block a user