Skip to content

Commit

Permalink
Fix latest_referrered_at column default value
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Dec 28, 2023
1 parent 362209f commit d88bd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/2023-12-28-131316_statistics_v3/up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTER TABLE
`statistics`
ADD
latest_referrered_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
latest_referrered_at TIMESTAMP;

0 comments on commit d88bd1c

Please sign in to comment.