migrate/database/sqlite3/migration/33_create_table.up.sql

3 lines
36 B
MySQL
Raw Normal View History

CREATE TABLE pets (
name string
);