github.com/bishtawi/migrate/v4@v4.8.11/database/sqlite3/examples/migrations/33_create_table.up.sql (about) 1 CREATE TABLE pets ( 2 name string 3 );