Skip to content

Commit

Permalink
Changed timestamp (yech!) to timestamptz
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfetter authored and akorotkov committed May 21, 2023
1 parent e7c0ecc commit adad990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CREATE TABLE blog_post
title text NOT NULL,
body text NOT NULL,
author text NOT NULL,
published_at timestamp NOT NULL,
published_at timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP,
views bigint NOT NULL,
PRIMARY KEY(id)
) USING orioledb;
Expand Down

0 comments on commit adad990

Please sign in to comment.