We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e72db5 commit 917d992Copy full SHA for 917d992
1 file changed
entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md
@@ -304,7 +304,7 @@ CREATE TABLE [Customers] (
304
[Id] int NOT NULL IDENTITY,
305
[Name] nvarchar(max) NOT NULL,
306
[ShippingAddress] json NOT NULL,
307
- [BillingAddress] json NOT NULL NULL,
+ [BillingAddress] json NOT NULL,
308
CONSTRAINT [PK_Customers] PRIMARY KEY ([Id])
309
);
310
```
0 commit comments