tracked posts

This commit is contained in:
2017-01-17 14:56:53 +01:00
parent 8a9b2c1c3e
commit 4ffb0a42d4
15 changed files with 1504 additions and 34 deletions

View File

@ -397,18 +397,20 @@ namespace Yavsc.Migrations
b.Property<string>("Content");
b.Property<DateTime>("Modified");
b.Property<DateTime>("DateCreated");
b.Property<DateTime>("DateModified");
b.Property<string>("Photo");
b.Property<DateTime>("Posted")
.ValueGeneratedOnAdd()
.HasAnnotation("Relational:GeneratedValueSql", "LOCALTIMESTAMP");
b.Property<int>("Rate");
b.Property<string>("Title");
b.Property<string>("UserCreated");
b.Property<string>("UserModified");
b.Property<bool>("Visible");
b.HasKey("Id");