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