...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
golang-migrate
/
migrate
/
v4
/
database
/
cockroachdb
/
examples
/
migrations
/
1385949617_create_books_table.up.sql
Documentation:
github.com/golang-migrate/migrate/v4/database/cockroachdb/examples/migrations
1
CREATE TABLE books (
2
user_id INT,
3
name STRING(40),
4
author STRING(40)
5
);
View as plain text