Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
i changed a thing
  • Loading branch information
adl13006 committed Oct 28, 2015
1 parent 9d2dc50 commit b839219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chinook_Rev1.sql
Expand Up @@ -105,6 +105,7 @@ CREATE TABLE `InvoiceLine`
`TrackId` INT NOT NULL,
`UnitPrice` NUMERIC(10,2) NOT NULL,
`Quantity` INT NOT NULL,
`PayID` INT NOT NULL,
CONSTRAINT `PK_InvoiceLine` PRIMARY KEY (`InvoiceLineId`)
);

Expand Down

0 comments on commit b839219

Please sign in to comment.