v0.5.12b - Fixed description of events (string to longText)
This commit is contained in:
parent
d921803dfd
commit
8388fecfb6
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue