Postgres database: iondb
Postgres table: rundb_userprofile
User profile data model.
| Field | Type | Description |
|---|---|---|
| id | Integer | ID |
| last_read_news_post | Date (with time) | last read news post |
| name | String (up to 93) | name |
| note | Text | note |
| phone_number | String (up to 256) | phone number |
| title | String (up to 256) | title |
| user | User (ForeignKey) | the related auth.User row |