public.deleted_accounts¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| cognito_sub | varchar(255) | false | ||||
| deleted_at | timestamp with time zone | CURRENT_TIMESTAMP | false | |||
| cognito_deleted_at | timestamp with time zone | true |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| deleted_accounts_cognito_sub_not_null | n | NOT NULL cognito_sub |
| deleted_accounts_deleted_at_not_null | n | NOT NULL deleted_at |
| deleted_accounts_pkey | PRIMARY KEY | PRIMARY KEY (cognito_sub) |
Indexes¶
| Name | Definition |
|---|---|
| deleted_accounts_pkey | CREATE UNIQUE INDEX deleted_accounts_pkey ON public.deleted_accounts USING btree (cognito_sub) |
| idx_deleted_accounts_cognito_deleted_at | CREATE INDEX idx_deleted_accounts_cognito_deleted_at ON public.deleted_accounts USING btree (cognito_deleted_at) |
Relations¶
Generated by tbls