public function up() { DB::statement('ALTER TABLE job_listings ALTER COLUMN company_id TYPE integer USING (company_id)::integer'); }