Skip to content

Commit 8efbdf9

Browse files
authored
Merge pull request #86 from boolean-uk/temp_main_post
Temp main post
2 parents 0b56e98 + 8dbecd7 commit 8efbdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise.wwwapi/Models/Post.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class Post : IEntity
2020
[Column("body", TypeName = "varchar(1000)")]
2121
public string Body { get; set; }
2222

23-
[Column("created_at", TypeName = "date")]
23+
[Column("created_at")]
2424
public DateTime CreatedAt { get; set; }
2525

2626
public DateTime? UpdatedAt { get; set; }

0 commit comments

Comments
 (0)