morffix/migrations/000008_alter_files_table_updated_at.up.sql

2 lines
No EOL
78 B
SQL

ALTER TABLE files
ADD updated_at TIMESTAMP NOT NULL DEFAULT current_timestamp;