github.com/matcornic/migrate@v3.3.2-0.20180717234201-feea45c20506+incompatible/database/sqlite3/migration/33_create_table.up.sql (about)

     1  CREATE TABLE pets (
     2    name string
     3  );