Appearance
public.notification
Description
Entidade que representa as notificações
Columns
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | uuid | false | public.notification_recipient | Chave primária da notificação | ||
| title | varchar(255) | false | Título da notificação | |||
| content | text | false | Conteúdo principal da notificação | |||
| content_type | varchar(50) | false | Tipo do conteúdo (TEXT_PLAIN ou HTML) | |||
| created_at | timestamp without time zone | false | Data da criação da notificação |
Constraints
| Name | Type | Definition |
|---|---|---|
| pk_notification | PRIMARY KEY | PRIMARY KEY (id) |
Indexes
| Name | Definition |
|---|---|
| pk_notification | CREATE UNIQUE INDEX pk_notification ON public.notification USING btree (id) |
Relations
Generated by tbls