[ 'type' => 'INT', 'unsigned' => true, 'default' => 0, 'after' => 'is_published_on_hubs', ], ]; $this->forge->addColumn('episodes', $fields); } public function down(): void { $this->forge->dropColumn('episodes', 'downloads_count'); } }