Postgres database: iondb
Postgres table: rundb_content
Content description data model.
| Field | Type | Description |
|---|---|---|
| contentupload | ContentUpload (ForeignKey) | the related rundb.ContentUpload row |
| file | String (up to 255) | file |
| id | Integer | ID |
| meta | Text | meta |
| path | String (up to 255) | path |
| publisher | Publisher (ForeignKey) | the related rundb.Publisher row |