Change size of cache content to longtext
This commit is contained in:
parent
2de6bc30fa
commit
1b15b69736
@ -19,7 +19,7 @@ class CreateLodestoneCachesTable extends Migration
|
||||
$table->string('server', 64);
|
||||
$table->string('name', 255);
|
||||
$table->bigInteger('lodestoneId')->unsigned();
|
||||
$table->text('content');
|
||||
$table->longText('content');
|
||||
$table->timestamps();
|
||||
|
||||
$table->unique(['type', 'lodestoneId']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user