-- Convert schema 'upgrades/Tapper-Schema-TestrunDB-2.010012-MySQL.sql' to 'Tapper::Schema::TestrunDB v2.010013':; BEGIN; ALTER TABLE testrun CHANGE COLUMN created_at created_at TIMESTAMP DEFAULT 'CURRENT_TIMESTAMP'; COMMIT;