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