Skip to content
Snippets Groups Projects
Commit 9694fc03 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added default value for updated_at

parent 3602a44f
Branches
No related tags found
2 merge requests!1502Development,!1481Resolve "Put MetaGer into our Kubernetes Cluster"
......@@ -16,7 +16,7 @@ class Monthlyrequests extends Migration
Schema::create('monthlyrequests', function (Blueprint $table) {
$table->string('name')->unique();
$table->integer('count');
$table->timestamp('updated_at');
$table->timestamp('updated_at')->useCurrent();
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment