Skip to content

Commit d9b8f5e

Browse files
curtisdelicataStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 98b8590 commit d9b8f5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/migrations/2020_06_03_192100_add_columns_for_people_table.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ public function up()
2424
$table->text('description')->nullable();
2525
$table->integer('child_in_family_id')->references('id')->on('families')->nullable();
2626
$table->softDeletes();
27-
// $table->dropColumn('bank');
27+
// $table->dropColumn('bank');
2828
// $table->dropColumn('bank_account');
2929
});
3030
}
3131

3232
public function down()
3333
{
3434
Schema::table('people', function ($table) {
35-
// $table->string('bank');
36-
// $table->string('bank_account');
35+
// $table->string('bank');
36+
// $table->string('bank_account');
3737
$table->dropColumn('gid');
3838
$table->dropColumn('givn');
3939
$table->dropColumn('surn');

0 commit comments

Comments
 (0)