Added a new column to feedbacks
This commit is contained in:
parent
b942d8c1e1
commit
6441a8838a
|
@ -16,6 +16,7 @@ class CreateFeedbacks extends Migration
|
|||
Schema::create('feedbacks', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string("message");
|
||||
$table->string("suggestion_form"); //Skriver om det er Ris el. Ros
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue