Postgres database: iondb
Postgres table: rundb_cruncher
Cruncher data model.
| Field | Type | Description |
|---|---|---|
| comments | Text | comments |
| date | Date (with time) | date |
| id | Integer | ID |
| info | Text | info |
| location | Location (ForeignKey) | the related rundb.Location row |
| name | String (up to 200) | name |
| state | String (up to 8) | state |