Licenses
Service: entitlement-api
Table: licenses
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
type | enum | yes | - | enum: trial, starter, professional, enterprise, unlimited |
status | enum | no | - | enum: active, suspended, expired, cancelled |
scope | jsonb | no | - | - |
limits | jsonb | no | - | - |
usage | jsonb | no | - | - |
valid_from | timestamp | no | - | - |
valid_until | timestamp | no | - | - |
auto_renew | boolean | no | - | - |
subscription_id | uuid | no | - | - |
trial_info | jsonb | no | - | - |
tenant_id | uuid | no | - | - |
metadata | jsonb | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |