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 authored and Kehrlann committed Dec 13, 2024
1 parent 30ef870 commit 4df9ab8
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 4df9ab8

Please sign in to comment.