You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table "seeds"
Column | Type | Modifiers
-------------+--------------------------+------------------------------------------------------------
id | bigint | not null default nextval('seeds_id_seq'::regclass)
created | timestamp with time zone | not null default now()
user_id | bigint | not null
server_seed | text | not null
client_seed | text | not null
last_nonce | integer | not null
active | boolean | not null
for this postgresql table definition:
sql-ts outputs the following typescript:
Even though none of the columns should be able to be undefined or null.
The text was updated successfully, but these errors were encountered: