diff --git a/database/migrations/2018_10_24_032959_create_prices_table.php b/database/migrations/2018_10_24_032959_create_prices_table.php index 0f8e2801a..533f872d2 100644 --- a/database/migrations/2018_10_24_032959_create_prices_table.php +++ b/database/migrations/2018_10_24_032959_create_prices_table.php @@ -13,7 +13,7 @@ class CreatePricesTable extends Migration */ public function up() { - Schema::create('prices', function (Blueprint $table) { + Schema::create('Prices', function (Blueprint $table) { $table->increments('id'); $table->text('Name'); $table->integer('ItemId');