auth.instances
| # | Name | Type | Nullable | Default | PK |
|---|---|---|---|---|---|
| 1 | id | uuid | NO | — | PK |
| 2 | uuid | uuid | YES | — | |
| 3 | raw_base_config | text | YES | — | |
| 4 | created_at | timestamp with time zone | YES | — | |
| 5 | updated_at | timestamp with time zone | YES | — |
Indexes
| Name | Definition | Unique | Primary | Size |
|---|---|---|---|---|
| instances_pkey | CREATE UNIQUE INDEX instances_pkey ON auth.instances USING btree (id) | ✓ | ✓ | 8192 bytes |
Constraints
| Name | Type | Definition |
|---|---|---|
| instances_pkey | PRIMARY KEY | PRIMARY KEY (id) |