Numbering Arranged

This commit is contained in:
devansh bawari 2021-04-08 14:58:26 +05:30
parent b1ec093e75
commit 10355a8189
1 changed files with 3 additions and 3 deletions

View File

@ -366,7 +366,7 @@ class AttributeTableSeeder extends Seeder
'admin_name' => 'Length',
'type' => 'text',
'validation' => 'decimal',
'position' => '24',
'position' => '22',
'is_required' => '0',
'is_unique' => '0',
'value_per_locale' => '0',
@ -385,7 +385,7 @@ class AttributeTableSeeder extends Seeder
'admin_name' => 'Width',
'type' => 'text',
'validation' => 'decimal',
'position' => '22',
'position' => '23',
'is_required' => '0',
'is_unique' => '0',
'value_per_locale' => '0',
@ -404,7 +404,7 @@ class AttributeTableSeeder extends Seeder
'admin_name' => 'Height',
'type' => 'text',
'validation' => 'decimal',
'position' => '23',
'position' => '24',
'is_required' => '0',
'is_unique' => '0',
'value_per_locale' => '0',