Skip to content

Commit a7bb02a

Browse files
Merge pull request #13 from saineshmamgain/master
2 parents aae0226 + f5741ac commit a7bb02a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

database/migrations/2020_06_14_000001_create_media_table.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ public function up()
1818
$table->timestamps();
1919
});
2020
}
21-
}
21+
22+
/**
23+
* Reverse the migrations.
24+
*
25+
* @return void
26+
*/
27+
public function down()
28+
{
29+
Schema::dropIfExists('media');
30+
}
31+
}

0 commit comments

Comments
 (0)