Seeder Updated

This commit is contained in:
devansh bawari 2021-04-08 14:51:07 +05:30
parent 30e2d182e0
commit b1ec093e75
1 changed files with 21 additions and 21 deletions

View File

@ -360,8 +360,27 @@ class AttributeTableSeeder extends Seeder
'created_at' => $now,
'updated_at' => $now,
'is_comparable' => '0',
], [
],[
'id' => '19',
'code' => 'length',
'admin_name' => 'Length',
'type' => 'text',
'validation' => 'decimal',
'position' => '24',
'is_required' => '0',
'is_unique' => '0',
'value_per_locale' => '0',
'value_per_channel' => '0',
'is_filterable' => '0',
'is_configurable' => '0',
'is_user_defined' => '1',
'is_visible_on_front' => '0',
'use_in_flat' => '1',
'created_at' => $now,
'updated_at' => $now,
'is_comparable' => '0',
], [
'id' => '20',
'code' => 'width',
'admin_name' => 'Width',
'type' => 'text',
@ -380,7 +399,7 @@ class AttributeTableSeeder extends Seeder
'updated_at' => $now,
'is_comparable' => '0',
], [
'id' => '20',
'id' => '21',
'code' => 'height',
'admin_name' => 'Height',
'type' => 'text',
@ -398,25 +417,6 @@ class AttributeTableSeeder extends Seeder
'created_at' => $now,
'updated_at' => $now,
'is_comparable' => '0',
], [
'id' => '21',
'code' => 'depth',
'admin_name' => 'Depth',
'type' => 'text',
'validation' => 'decimal',
'position' => '24',
'is_required' => '0',
'is_unique' => '0',
'value_per_locale' => '0',
'value_per_channel' => '0',
'is_filterable' => '0',
'is_configurable' => '0',
'is_user_defined' => '1',
'is_visible_on_front' => '0',
'use_in_flat' => '1',
'created_at' => $now,
'updated_at' => $now,
'is_comparable' => '0',
], [
'id' => '22',
'code' => 'weight',