Add Updated At to Tasks And Libraries
This commit is contained in:
parent
ec645f6162
commit
c04aa74364
14 changed files with 74 additions and 38 deletions
2
migrations/000008_alter_files_table_updated_at.up.sql
Normal file
2
migrations/000008_alter_files_table_updated_at.up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE files
|
||||
ADD updated_at TIMESTAMP NOT NULL DEFAULT current_timestamp;
|
Loading…
Add table
Add a link
Reference in a new issue