HabitTracker/db/migrations/1704909465_test.sql

3 lines
63 B
SQL

CREATE TABLE test (
id INTEGER PRIMARY KEY AUTOINCREMENT
);