github.com/dynastymasra/migrate/v4@v4.11.0/database/ql/examples/migrations/33_create_table.up.sql (about)

     1  CREATE TABLE pets (
     2    name string
     3  );