Merge remote-tracking branch 'NiklasSchmitt/patch-1'
This commit is contained in:
commit
d2a03292f9
@ -70,7 +70,7 @@ class Version010404Date20201030180941 extends SimpleMigrationStep {
|
|||||||
]);
|
]);
|
||||||
$table->addColumn('content', 'string', [
|
$table->addColumn('content', 'string', [
|
||||||
'notnull' => false,
|
'notnull' => false,
|
||||||
'length' => 4096,
|
'length' => 4000,
|
||||||
]);
|
]);
|
||||||
$table->addColumn('last_modified', 'bigint', [
|
$table->addColumn('last_modified', 'bigint', [
|
||||||
'notnull' => false,
|
'notnull' => false,
|
||||||
@ -116,7 +116,7 @@ class Version010404Date20201030180941 extends SimpleMigrationStep {
|
|||||||
]);
|
]);
|
||||||
$table->addColumn('value', 'string', [
|
$table->addColumn('value', 'string', [
|
||||||
'notnull' => true,
|
'notnull' => true,
|
||||||
'length' => 4096,
|
'length' => 4000,
|
||||||
'default' => '',
|
'default' => '',
|
||||||
]);
|
]);
|
||||||
$table->addColumn('last_modified', 'bigint', [
|
$table->addColumn('last_modified', 'bigint', [
|
||||||
|
Reference in New Issue
Block a user