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

3 lines
36 B
SQL

CREATE TABLE pets (
name string
);