Regarding the SQL Server database, the judgment field can be NULL, which is inconsistent with the design.
For example:
I set the name field in the database to be null
However, through MCP query, the name field cannot be null
But the ID field and primary key I set were mistakenly recognized as allowing null
Regarding the SQL Server database, the judgment field can be NULL, which is inconsistent with the design.
For example:
I set the name field in the database to be null
However, through MCP query, the name field cannot be null
But the ID field and primary key I set were mistakenly recognized as allowing null