getTable('kimai2_configuration'); $configuration->getColumn('value')->setType(Type::getType(Types::TEXT)); } public function down(Schema $schema): void { $configuration = $schema->getTable('kimai2_configuration'); $configuration->getColumn('value')->setLength(1024)->setType(Type::getType(Types::STRING)); } }