fp/services/migrations-schema/migrations/00061_defaults-for-created_...

6 lines
165 B
MySQL
Raw Normal View History

2024-09-21 03:01:21 +00:00
ALTER TABLE IF EXISTS api.recordings
ALTER COLUMN created_at SET DEFAULT now();
ALTER TABLE IF EXISTS api.recordings
ALTER COLUMN updated_at SET DEFAULT now();