getTable('talk_attendees'); $displayName = $table->getColumn('display_name'); if ($displayName->getLength() !== 255) { $displayName->setLength(255); return $schema; } return null; } }