...

Text file src/github.com/golang-migrate/migrate/v4/database/sqlcipher/examples/migrations/33_create_table.up.sql

Documentation: github.com/golang-migrate/migrate/v4/database/sqlcipher/examples/migrations

     1CREATE TABLE pets (
     2  name string
     3);

View as plain text