Загрузить файлы в «sql»
Database Migration and Test / migrate-and-test (push) Successful in 18s

This commit is contained in:
2025-12-08 22:25:10 +03:00
parent 978c337feb
commit ec96837334
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
CREATE TABLE users (id SERIAL PRIMARY KEY, email TEXT UNIQUE);
@@ -0,0 +1,2 @@
ALTER TABLE test_monitor
ADD COLUMN created_at TIMESTAMPTZ DEFAULT NOW();