Skip to content

Commit

Permalink
Added Timestamp offest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Woodfine committed Sep 5, 2023
1 parent 2dca397 commit 5e7379d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Configurations/PostgreSql/ColumnTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public static class ColumnTypes
public const string Numeric = "numeric";
public const string Serial = "serial";
public const string BigSerial = "bigserial";
public const string DateTimeOffSet = "timestamp with time zone";

}

0 comments on commit 5e7379d

Please sign in to comment.