Closed DaveRMaltby closed 1 year ago
The table should have a schema which is a sub-set of the SQL Server schema - https://learn.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/tables-transact-sql?view=sql-server-ver16
This is needed to support scaffolding in the EF Core provider.
Solved by https://github.com/Servant-Software-LLC/ADO.NET.FileBased.DataProviders/commit/8bb03d638610f37b780e5850f4e25d987233c06f
The table should have a schema which is a sub-set of the SQL Server schema - https://learn.microsoft.com/en-us/sql/relational-databases/system-information-schema-views/tables-transact-sql?view=sql-server-ver16
This is needed to support scaffolding in the EF Core provider.