parent
991f7fc3b8
commit
4c39b340fe
|
|
@ -9,7 +9,7 @@ class DbCache extends Migration
|
|||
{
|
||||
Schema::create('cache', function (Blueprint $table) {
|
||||
$table->string('key')->unique();
|
||||
$table->text('value');
|
||||
$table->longText('value');
|
||||
$table->integer('expiration');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue