Added a few models and migrations

This commit is contained in:
Vedde
2020-06-09 10:45:16 +02:00
parent 5c6f37eaf7
commit fa6fdcd690
8 changed files with 98 additions and 1 deletions
@@ -0,0 +1,28 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class AlterFeedbacks extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}