getTable('gpodder_episode_action'); $table->changeColumn('timestamp', ['notnull' => false]); $table->addColumn('timestamp_epoch', Types::INTEGER, [ 'notnull' => false, 'default' => 0, 'unsigned' => true, ]); return $schema; } }