migration for users table
This commit is contained in:
parent
b31bc76a24
commit
eb9774cce5
@ -0,0 +1 @@
|
||||
ALTER TABLE users DROP COLUMN about;
|
1
db/migrations/000008_alter_users_add_about_column.up.sql
Normal file
1
db/migrations/000008_alter_users_add_about_column.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE users ADD COLUMN about text;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE users DROP COLUMN IF EXISTS website;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE users ADD COLUMN website varchar;
|
Loading…
Reference in New Issue
Block a user