| PKID | integer | plain | | | Fork ID |
| creator | integer | plain | | users.ID | Creator user ID (defaults to authenticated user on creation) |
| creationdate | bigint | plain | | | Default: EXTRACT(epoch FROM now())Creation date and time as a Unix timestamp (defaults to current date and time on creation) |
| lastmodified | bigint | plain | | | Default: EXTRACT(epoch FROM now())Last modification date and time as a Unix timestamp (auto-reset on modification) |
| group | integer | plain | | groups.ID | Group ID |
| activity | smallint | plain | | | Default: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED) |
| name | text | main | | | Name |
| identifier | character varying(200) | main | | | Unique fork identifier |
| module | text | main | | | Canonical module identifier |
| color | character varying(6) | extended | | | Default: ''Color code (CSS-style hexadecimal without `#`) |
| langaliases | json | extended | | | JSON-encoded language-specific aliases (object); use language code as object key |
| description | text | extended | | | Default: ''No description provided. |
| settings | json | extended | | | No description provided. |