We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b13322 commit 205fc66Copy full SHA for 205fc66
dist/northwind.db
0 Bytes
src/create.sql
@@ -5614,7 +5614,7 @@ CREATE TABLE [Products](
5614
CHECK ([ReorderLevel]>=(0)),
5615
CHECK ([UnitsInStock]>=(0)),
5616
CHECK ([UnitsOnOrder]>=(0)),
5617
- FOREIGN KEY ([ProductID]) REFERENCES [Categories] ([CategoryID])
+ FOREIGN KEY ([CategoryID]) REFERENCES [Categories] ([CategoryID])
5618
ON DELETE NO ACTION ON UPDATE NO ACTION,
5619
FOREIGN KEY ([SupplierID]) REFERENCES [Suppliers] ([SupplierID])
5620
ON DELETE NO ACTION ON UPDATE NO ACTION
0 commit comments