HabitTracker/db/migrations/1704909465_test.sql

3 lines
63 B
MySQL
Raw Permalink Normal View History

CREATE TABLE test (
id INTEGER PRIMARY KEY AUTOINCREMENT
);