Platform Bundles
Service: arkos-platform-api
Table: platform_bundles
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
slug | string | yes | - | - |
platform_definition_id | uuid | yes | - | - |
name | string | yes | - | - |
description | text | no | - | - |
bundle_type | enum | no | - | enum: foundation, capability, addon, custom |
price_monthly | integer | no | - | - |
price_yearly | integer | no | - | - |
is_included | boolean | no | - | - |
is_active | boolean | no | - | - |
display_order | integer | no | - | - |
features_summary | jsonb | no | - | - |
capabilities | jsonb | no | - | - |
metadata | jsonb | no | - | - |
created_by | string | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |