Database Table rundb_userprofile

Postgres database: iondb

Postgres table: rundb_userprofile

User profile data model.

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

Table of contents

Previous topic

Database Table rundb_usereventlog

Next topic

Database Table rundb_variantfrequencies

This Page