getTable('talk_participants'); $table->addColumn('inCall', Types::BOOLEAN, [ 'default' => 0, ]); return $schema; } }