Database Table rundb_project ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_project`` .. include:: ../manual_database_ref_docs/rundb_project.rst Schema ------- +------------+----------------------------------+-----------------------------+ | 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 | +------------+----------------------------------+-----------------------------+