Expanded reminders.

This commit is contained in:
James Cole
2015-03-07 09:21:06 +01:00
parent a60671d4c1
commit 93996ada96
13 changed files with 304 additions and 214 deletions

View File

@@ -23,6 +23,13 @@ class ChangesForV332 extends Migration {
}
);
Schema::table(
'reminders', function (Blueprint $table) {
$table->text('metadata');
}
);
}