Files
max-telegram-bridge-bot/migrations/postgres/000003_pending_created_at.up.sql
T
2026-05-27 09:55:11 +09:00

2 lines
69 B
SQL

ALTER TABLE pending ADD COLUMN created_at BIGINT NOT NULL DEFAULT 0;