Platform Licenses
Service: arkos-platform-api
Table: platform_licenses
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
platform_id | uuid | yes | - | - |
type | enum | no | - | enum: trial, commercial, internal, enterprise |
tier | enum | no | - | enum: starter, professional, enterprise, custom |
valid_from | timestamp | no | - | - |
valid_until | timestamp | no | - | - |
status | enum | no | - | enum: active, suspended, expired, revoked |
limits | jsonb | no | - | - |
enabled_features | jsonb | no | - | - |
contract_id | string | no | - | - |
custom_terms | jsonb | no | - | - |
current_usage | jsonb | no | - | - |
issued_at | timestamp | no | - | - |
issued_by | string | no | - | - |
last_validated_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |