Postgres database: iondb
Postgres table: rundb_project
Project data model.
| Field | Type | Description |
|---|---|---|
| created | Date (with time) | created |
| creator | User (ForeignKey) | the related auth.User row |
| id | Integer | ID |
| modified | Date (with time) | modified |
| name | String (up to 64) | name |
| public | Boolean (Either True or False) | public |