I created a field that is autoincrement = true + allownulls = false but I cannot save a new record.
Docker log:
2024-10-31 17:22:49 Error Number:515,State:2,Class:16
2024-10-31 17:24:39 2024-10-31 17:24:39,911 [29] ERROR Origam.DA.Service.AbstractSqlDataService - Update failed
2024-10-31 17:24:39 System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column ‘MID’, table ‘langica.dbo.WordType’; column does not allow nulls. INSERT fails.2024-10-31 17:22:49 Error Number:515,State:2,Class:16
2024-10-31 17:24:39 2024-10-31 17:24:39,911 [29] ERROR Origam.DA.Service.AbstractSqlDataService - Update failed
2024-10-31 17:24:39 System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column ‘MID’, table ‘langica.dbo.WordType’; column does not allow nulls. INSERT fails.
App screenshot: