github.com/solvedata/migrate/v4@v4.8.7-0.20201127053940-c9fba4ce569f/database/mysql/examples/migrations/1_init.up.sql (about) 1 CREATE TABLE IF NOT EXISTS test ( 2 firstname VARCHAR(16) 3 );