Database Table rundb_userprofile ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_userprofile`` .. include:: ../manual_database_ref_docs/rundb_userprofile.rst Schema ------- +--------------------------+----------------------+-----------------------------+ | 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 | +--------------------------+----------------------+-----------------------------+