App Editions
Service: arkos-platform-api
Table: app_editions
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
slug | string | yes | - | unique |
name | string | yes | - | - |
tier | enum | no | - | enum: free, professional, scale, custom |
description | text | no | - | - |
platform_definition_id | uuid | yes | - | - |
inherits_from_id | uuid | no | - | - |
included_bundle_ids | jsonb | no | - | - |
limits | jsonb | no | - | - |
features | jsonb | no | - | - |
support_level | enum | no | - | enum: community, email, priority, dedicated |
audit_retention_days | integer | no | - | - |
status | enum | no | - | enum: draft, active, deprecated |
version | integer | no | - | - |
metadata | jsonb | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |