We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0205c commit 1ecf7e6Copy full SHA for 1ecf7e6
src/main/resources/db/migration/V1__init.sql
@@ -22,6 +22,7 @@ CREATE TABLE users
22
update_date_time TIMESTAMP(6) NOT NULL,
23
contact_id BIGINT NOT NULL,
24
feed_cnt INT NOT NULL,
25
+ challenge_cnt INT NOT NULL,
26
CONSTRAINT fk_user_contact FOREIGN KEY (contact_id) REFERENCES contact (contact_id),
27
CONSTRAINT uq_users UNIQUE (username)
28
);
0 commit comments