|
|
@ -41,6 +41,10 @@ __PACKAGE__->add_columns(
|
|
|
|
{ data_type => "mediumblob", is_nullable => 1 },
|
|
|
|
{ data_type => "mediumblob", is_nullable => 1 },
|
|
|
|
"mac_image_type",
|
|
|
|
"mac_image_type",
|
|
|
|
{ data_type => "varchar", is_nullable => 0, size => 32 },
|
|
|
|
{ data_type => "varchar", is_nullable => 0, size => 32 },
|
|
|
|
|
|
|
|
"front_thumbnail",
|
|
|
|
|
|
|
|
{ data_type => "mediumblob", is_nullable => 1 },
|
|
|
|
|
|
|
|
"front_thumbnail_type",
|
|
|
|
|
|
|
|
{ data_type => "varchar", is_nullable => 1, size => 32 },
|
|
|
|
"bootstrap_method",
|
|
|
|
"bootstrap_method",
|
|
|
|
{
|
|
|
|
{
|
|
|
|
data_type => "enum",
|
|
|
|
data_type => "enum",
|
|
|
|