...
Go Documentation Server
GoDoc
▽
submit search
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
1
CREATE TABLE pets (
2
name string
3
);
View as plain text