From 1608adfa7bfbf027bddffe4051637bf65ce03622 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 21 Feb 2015 13:45:31 +0100 Subject: Basic controllers and authentication --- src/migrations/2015_02_20_211306_create_game.php | 33 ------------------------ 1 file changed, 33 deletions(-) delete mode 100644 src/migrations/2015_02_20_211306_create_game.php (limited to 'src/migrations/2015_02_20_211306_create_game.php') diff --git a/src/migrations/2015_02_20_211306_create_game.php b/src/migrations/2015_02_20_211306_create_game.php deleted file mode 100644 index 7fd5db5..0000000 --- a/src/migrations/2015_02_20_211306_create_game.php +++ /dev/null @@ -1,33 +0,0 @@ -increments('id')->unsigned(); - $table->string('title')->unique(); - $table->timestamps(); - }); - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('game'); - } - -} -- cgit v1.2.3