Add designers.no_follow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DO $$
|
||||
BEGIN
|
||||
BEGIN
|
||||
ALTER TABLE designers ADD COLUMN no_follow INT DEFAULT 0;
|
||||
EXCEPTION
|
||||
WHEN duplicate_column THEN RAISE NOTICE 'column <column_name> already exists in <table_name>.';
|
||||
END;
|
||||
END;
|
||||
$$
|
||||
Reference in New Issue
Block a user