Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
29c02bc3
Commit
29c02bc3
authored
Jun 12, 2020
by
alinetenorio
Browse files
removendo subáreas repetidas
parent
490fc4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/seeds/SubAreaSeeder.php
View file @
29c02bc3
...
@@ -46,15 +46,7 @@ class SubAreaSeeder extends Seeder
...
@@ -46,15 +46,7 @@ class SubAreaSeeder extends Seeder
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Teoria da Computação'
,
'nome'
=>
'Teoria da Computação'
,
'area_id'
=>
'1'
'area_id'
=>
'1'
]);
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática Aplicada'
,
'area_id'
=>
'1'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática Aplicada'
,
'area_id'
=>
'1'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Matemática da Computação'
,
'nome'
=>
'Matemática da Computação'
,
'area_id'
=>
'1'
'area_id'
=>
'1'
...
@@ -195,11 +187,7 @@ class SubAreaSeeder extends Seeder
...
@@ -195,11 +187,7 @@ class SubAreaSeeder extends Seeder
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Morfologia Vegetal'
,
'nome'
=>
'Morfologia Vegetal'
,
'area_id'
=>
'2'
'area_id'
=>
'2'
]);
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Morfologia Vegetal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Fisiologia Vegetal'
,
'nome'
=>
'Fisiologia Vegetal'
,
'area_id'
=>
'2'
'area_id'
=>
'2'
...
@@ -333,11 +321,7 @@ class SubAreaSeeder extends Seeder
...
@@ -333,11 +321,7 @@ class SubAreaSeeder extends Seeder
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Neuropsicofarmacologia'
,
'nome'
=>
'Neuropsicofarmacologia'
,
'area_id'
=>
'2'
'area_id'
=>
'2'
]);
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Farmacologia Cardiorenal'
,
'area_id'
=>
'2'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Farmacologia Cardiorenal'
,
'nome'
=>
'Farmacologia Cardiorenal'
,
'area_id'
=>
'2'
'area_id'
=>
'2'
...
@@ -434,11 +418,7 @@ class SubAreaSeeder extends Seeder
...
@@ -434,11 +418,7 @@ class SubAreaSeeder extends Seeder
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Instalações e Equipamentos Metalúrgicos'
,
'nome'
=>
'Instalações e Equipamentos Metalúrgicos'
,
'area_id'
=>
'3'
'area_id'
=>
'3'
]);
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Instalações e Equipamentos Metalúrgicos'
,
'area_id'
=>
'3'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Metalurgia de Transformação'
,
'nome'
=>
'Metalurgia de Transformação'
,
'area_id'
=>
'3'
'area_id'
=>
'3'
...
@@ -1357,11 +1337,7 @@ class SubAreaSeeder extends Seeder
...
@@ -1357,11 +1337,7 @@ class SubAreaSeeder extends Seeder
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Literaturas Estrangeiras Modernas'
,
'nome'
=>
'Literaturas Estrangeiras Modernas'
,
'area_id'
=>
'8'
'area_id'
=>
'8'
]);
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Literaturas Estrangeiras Modernas'
,
'area_id'
=>
'8'
]);
DB
::
table
(
'sub_areas'
)
->
insert
([
DB
::
table
(
'sub_areas'
)
->
insert
([
'nome'
=>
'Literaturas Clássicas'
,
'nome'
=>
'Literaturas Clássicas'
,
'area_id'
=>
'8'
'area_id'
=>
'8'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment