Skip to content

Database

Wuyi Chen edited this page May 17, 2019 · 15 revisions

Schemas

licenses

Column Type Properties
license_id VARCHAR(100) PRIMARY KEY
organization_id TEXT
license_type TEXT
product_name TEXT
license_max INT
license_allocated INT
comment VARCHAR(100)

organizations

Column Type Properties
organization_id VARCHAR(100) PRIMARY KEY
name TEXT
contact_name TEXT
contact_email TEXT
contact_phone TEXT

users

user_roles

user_orgs

abtesting

Relationships

Clone this wiki locally