Skip to content

Commit 02626cf

Browse files
committed
feat: correct structure sql
1 parent a788016 commit 02626cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,8 +1164,8 @@ CREATE TABLE users (
11641164
totp_secret text,
11651165
email_verified_at timestamp with time zone,
11661166
readme text,
1167-
blocked_at timestamp with time zone,
11681167
user_type integer DEFAULT 0 NOT NULL,
1168+
blocked_at timestamp with time zone,
11691169
CONSTRAINT check_11461c37fb CHECK ((char_length(readme) <= 5000)),
11701170
CONSTRAINT check_3bedaaa612 CHECK ((char_length(email) <= 255)),
11711171
CONSTRAINT check_56606ce552 CHECK ((char_length(username) <= 50)),

0 commit comments

Comments
 (0)