como/como_bin/db/migrations/20220808220223_initial_migration.sql

5 lines
95 B
MySQL
Raw Normal View History

2022-10-02 12:12:08 +02:00
-- Add migration script here
CREATE TABLE IF NOT EXISTS events (
id BIGSERIAL PRIMARY KEY
);