entity-framework
Here are 1,946 public repositories matching this topic...
I ran into this when trying to index the id field of all my schemas, which was derived from a base mixin.
I am getting entc/gen: invalid index for schema "User": unknown index field "id"
for that field, even though I know it exists and so does the database.
I tested, and this is present when the id
field is not provided (default), when it is explicitly defined in the schema, and when it
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 25, 2020 - C#
-
Updated
Sep 6, 2020 - Go
-
Updated
Nov 11, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 23, 2020 - C#
-
Updated
Aug 7, 2020 - C#
-
Updated
Nov 27, 2020 - C#
Titles should be title-case. Headings should be sentence case.
date_trunc('week', now()::date
Looking to make a call similar to this, and can't figure out what should be used now. I've also looked at EF.Property<DateTime>()
but that doesn't seem to help.
-
Updated
Nov 26, 2020 - HTML
-
Updated
Nov 26, 2020 - C#
-
Updated
Jul 25, 2019 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Aug 9, 2020 - C#
-
Updated
Oct 30, 2019 - C#
-
Updated
Nov 26, 2020 - Ruby
-
Updated
Nov 12, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Jun 21, 2020 - C++
-
Updated
Jun 16, 2020 - C#
-
Updated
Nov 24, 2020 - Jupyter Notebook
-
Updated
May 23, 2018 - C#
Improve this page
Add a description, image, and links to the entity-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework topic, visit your repo's landing page and select "manage topics."
EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.
dotnet ef migrations add Migration
results with Circular base class dependency involving 'Migration' and 'Migration'
I recommend that "migrations add" adds a validation for this...
Include stack traces
Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul