Skip to content

Commit

Permalink
fixed dropDefaultValue for cockroachDB
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Apr 28, 2021
1 parent 27e0f89 commit c30ab52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE posts ALTER COLUMN title SET DEFAULT 'title_test'
ALTER TABLE posts ALTER COLUMN title SET DEFAULT NULL
ALTER TABLE posts ALTER COLUMN title DROP DEFAULT

0 comments on commit c30ab52

Please sign in to comment.