[Fix] Migration adding created_at twice
This commit is contained in:
parent
c2e7061041
commit
b4014107fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
ALTER TABLE users
|
||||
ADD COLUMN created_at TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);
|
||||
ADD COLUMN IF NOT EXISTS created_at TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);
|
||||
|
|
|
|||
Loading…
Reference in a new issue