Portal Definitions
Service: arkos-platform-api
Table: portal_definitions
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
slug | string | yes | - | unique |
name | string | yes | - | - |
description | text | no | - | - |
category | string | no | - | - |
version | string | no | - | - |
status | enum | no | - | enum: draft, published, archived |
platform_definition_id | uuid | no | - | - |
base_module_ids | jsonb | no | - | - |
optional_module_ids | jsonb | no | - | - |
visibility | string | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |