-- Convert schema 'upgrades/Tapper-Schema-TestrunDB-2.010013-MySQL.sql' to 'Tapper::Schema::TestrunDB v2.010014':;

BEGIN;

ALTER TABLE testrun CHANGE COLUMN created_at created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP;


COMMIT;