Appearance
admins
Platform administrators (operators, instructors, support staff).
- ETL strategy:
merge - PK:
id
Columns
| Column | Type | Description |
|---|---|---|
id | BIGINT | PK. |
id_tenant | BIGINT | FK → tenants.id. |
name | TEXT | Full name. |
email | TEXT | Email. |
phone | TEXT | Mobile phone, digits only (no formatting). |
document | TEXT | National document, digits only. |
last_access_at | TIMESTAMPTZ | Most recent access. |
created_at | TIMESTAMPTZ | |
deleted_at | TIMESTAMPTZ | Soft delete. |
Difference vs
users: inadminsbothphoneanddocumentare stored stripped of any formatting (digits only). Inusersthe values are kept as entered.
Relationships
- Parent:
tenants. - Children:
admin_logs.