lmfwc_licenses
Estimated reading: 1 minute
683 views
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 |