1. Home
  2. Docs
  3. INTERNAL API
  4. Database structure
  5. lmfwc_licenses

lmfwc_licenses

TABLE STRUCTURE

Name Type Null Default
id  BIGINT(20) false None
order_id BIGINT(20) true null
product_id BIGINT(20) true null
user_id BIGINT(20) true null
license_key LONGTEXT false None
hash LONGTEXT false None
expires_at DATETIME true null
valid_for INT(32) false null
source VARCHAR(255) false None
status TINYINT(1) false None
times_activated INT(10) true null
times_activated_max INT(10) true null
created_at DATETIME true null
created_by BIGING(20) true null
updated_at DATETIME true null
updated_by BIGING(20) true null

How can we help?