We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eac1c0 commit fb55bd0Copy full SHA for fb55bd0
authentication/src/main/resources/schema.sql
@@ -3,6 +3,6 @@ CREATE TABLE users (
3
user_id BIGINT PRIMARY KEY auto_increment,
4
username VARCHAR(128) UNIQUE,
5
password VARCHAR(256),
6
- enabled BOOL,
+ enabled BOOL
7
);
8
0 commit comments