v0.5.12b - Fixed description of events (string to longText)
This commit is contained in:
@@ -19,7 +19,7 @@ class CreateEvents extends Migration
|
|||||||
$table->id();
|
$table->id();
|
||||||
$table->string("name");
|
$table->string("name");
|
||||||
$table->string("accountable");
|
$table->string("accountable");
|
||||||
$table->string("description");
|
$table->longText("description");
|
||||||
$table->dateTime("date");
|
$table->dateTime("date");
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user