|
id
|
int(11)
|
|
|
|
|
project_id
|
int(11)
|
|
|
|
|
cloud_type
|
enum
|
-- |
|
|
|
thickness
|
enum
|
-- |
|
|
|
installation_hardware
|
enum
|
-- |
|
|
|
is_custom_shape
|
tinyint(1)
|
|
|
0
|
|
custom_shape_description
|
text
|
|
|
|
|
attachment_path
|
varchar(500)
|
|
|
|
|
ecocore_color
|
varchar(20)
|
|
|
|
|
fabric_manufacturer
|
varchar(255)
|
|
|
|
|
fabric_line
|
varchar(255)
|
|
|
|
|
fabric_color
|
varchar(255)
|
|
|
|
|
special_notes
|
text
|
|
|
|
|
total_square_feet
|
decimal(10,2)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|