github.com/getsynq/migrate/v4@v4.15.3-0.20220615182648-8e72daaa5ed9/database/sqlcipher/examples/migrations/33_create_table.up.sql (about)

     1  CREATE TABLE pets (
     2    name string
     3  );