| PKID | integer | plain | | | Weblet 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 weblet identifier |
| view | text | main | | | Default: ''Canonical view |
| type | smallint | plain | | | Default: 0Weblet type (`0`=INTEGRATED, `1`=STANDALONE, `2`=DETACHED, `3`=POPUP_FRAMED, `4`=POPUP_PLAIN, `5`=EMBEDDED_FRAMED, `6`=EMBEDDED_COLLAPSED, `7`=EMBEDDED_PLAIN) |
| width | smallint | plain | | | Default: 0Width in pixels (`0`=100%) |
| height | smallint | plain | | | Default: 0Height in pixels (`0`=100%) |
| svgpath | text | extended | | | Default: ''SVG path for icon (square) |
| color | character varying(6) | extended | | | Default: ''Color code (CSS-style hexadecimal without `#`) |
| mimetype | text | main | | | Default: 'text/x-zymba'MIME type (RFC 2045) |
| langaliases | json | extended | | | JSON-encoded language-specific aliases (object); use language code as object key |
| binfile | integer | plain | | binfiles.ID | No description provided. |
| url | text | main | | | Default: ''No description provided. |