| PKID | integer | plain | | | Resource ID |
| creator | integer | plain | | users.ID | Creator user ID (defaults to authenticated user on creation) |
| creationdate | bigint | plain | | | Default: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation) |
| lastmodified | bigint | plain | | | Default: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification) |
| application | integer | plain | | applications.ID | Application ID (`null`=STANDALONE) |
| activity | smallint | plain | | | Default: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED) |
| name | text | main | | | Name |
| identifier | character varying(200) | main | | | Unique resource identifier |
| mimetype | text | main | | | Default: 'text/x-zymba'MIME type (RFC 2045) |
| public | smallint | plain | | | Default: 0Publicly accessible |
| binfile | integer | plain | | binfiles.ID | No description provided. |