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