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
1cb321f0
Commit
1cb321f0
authored
3 years ago
by
Guilherme Silva
Browse files
Options
Download
Email Patches
Plain Diff
Retirada do atributo ComprovanteBancario do migration antigo
parent
6d215adc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
database/migrations/2021_09_14_091507_alter_table_participantes.php
+0
-2
...igrations/2021_09_14_091507_alter_table_participantes.php
with
0 additions
and
2 deletions
+0
-2
database/migrations/2021_09_14_091507_alter_table_participantes.php
View file @
1cb321f0
...
...
@@ -17,7 +17,6 @@ class AlterTableParticipantes extends Migration
$table
->
string
(
'anexoTermoCompromisso'
)
->
nullable
();
$table
->
string
(
'anexoComprovanteMatricula'
)
->
nullable
();
$table
->
string
(
'anexoLattes'
)
->
nullable
();
$table
->
string
(
'anexoComprovanteBancario'
)
->
nullable
();
});
}
...
...
@@ -32,7 +31,6 @@ class AlterTableParticipantes extends Migration
$table
->
dropColumn
(
'anexoTermoCompromisso'
);
$table
->
dropColumn
(
'anexoComprovanteMatricula'
);
$table
->
dropColumn
(
'anexoLattes'
);
$table
->
dropColumn
(
'anexoComprovanteBancario'
);
});
}
}
This diff is collapsed.
Click to expand it.
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