|
id
|
int(11)
|
|
|
|
|
category_id
|
int(11)
|
|
|
|
|
name
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
strain_type
|
enum
|
-- |
|
Hybrid
|
|
thc_percent
|
decimal(4,1)
|
|
|
0.0
|
|
cbd_percent
|
decimal(4,1)
|
|
|
0.0
|
|
price
|
decimal(10,2)
|
|
|
0.00
|
|
quantity
|
int(11)
|
|
|
0
|
|
weight
|
varchar(50)
|
|
|
|
|
image
|
varchar(255)
|
|
|
|
|
is_featured
|
tinyint(1)
|
|
|
0
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|