Skip to content

Commit

Permalink
Fix mistake on column null handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanik committed Dec 12, 2024
1 parent 40c053d commit ce3c127
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 users MODIFY id VARCHAR(36) NOT NULL;
ALTER TABLE oauth_client_details MODIFY created_by VARCHAR(36) NOT NULL;
ALTER TABLE oauth_client_details MODIFY created_by VARCHAR(36) NULL;

0 comments on commit ce3c127

Please sign in to comment.