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

2 lines
70 B
SQL

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