|
id
|
bigint(20) unsigned
|
|
|
|
|
store_id
|
bigint(20) unsigned
|
|
|
|
|
slug
|
varchar(255)
|
|
|
|
|
name
|
varchar(255)
|
|
|
|
|
type
|
enum
|
-- |
|
script
|
|
short_description
|
text
|
|
|
|
|
description
|
longtext
|
|
|
|
|
price_cents
|
int(10) unsigned
|
|
|
|
|
currency
|
varchar(3)
|
|
|
EUR
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
max_activations
|
int(10) unsigned
|
|
|
|
|
is_subscription
|
tinyint(1)
|
|
|
0
|
|
created_at
|
timestamp
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|