FaizulHussain
FaizulHussain
Hi, I am working on another small project, where the tabels are split into multiple schemas. The class names are prepend with the schema name using the setting below, but...
Instead of generating standard enums, will it be possible to generate enumeration classes as discussed here: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types
Properties for period columns in a temporal table is generated when it's hidden ```sql CREATE TABLE Department ( DeptID INT NOT NULL PRIMARY KEY CLUSTERED , DeptName VARCHAR(50) NOT NULL...