hasTable('talk_attendees')) { $table = $schema->getTable('talk_attendees'); if (!$table->hasColumn('read_privacy')) { $table->addColumn('read_privacy', Types::SMALLINT, [ 'notnull' => false, 'default' => 0, 'unsigned' => true, ]); return $schema; } } return null; } }