@shutter-network/concorde/users/schema
The tables this component creates, and the PostgreSQL schema concorde_users it creates them in. A configuration listing @shutter-network/concorde/users/schema creates all of them.
Generated from the snapshot drizzle-kit takes of src/users/schema/index.ts, which is the snapshot an Operator's own generation reads. Never edited by hand.
concorde_users.users
| Column | Type | Nullable | Default |
|---|---|---|---|
id | uuid | no | gen_random_uuid() |
attributes | jsonb | no | '{}'::jsonb |
created_at | timestamp with time zone | no | clock_timestamp() |
Primary key: id