github.com/morigs/migrate/v4@v4.15.2-0.20221123151732-2fdcfbe124f3/database/cockroachdb/examples/migrations/1385949617_create_books_table.up.sql (about)

     1  CREATE TABLE books (
     2    user_id INT,
     3    name    STRING(40),
     4    author  STRING(40)
     5  );