News

Hey folks! We're using both SQL Server and MySQL (MariaDB) depending on the customer's preference. We reverse engineered our model from an SQL Server database, and a DATE column of a specific table ...
The migration generator outputs a default value of defaultValue: new DateTime(1, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified)) for DateTime columns. This causes the MySqlMigrationsSqlGenerator ...
Start dates can be defined to exclude NULLs, even default the column to the current date/time value. The object key plus a start date can become a candidate key in the design and be used as a primary ...