Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added isdefault to payment
  • Loading branch information
Jeremy Mill committed Dec 2, 2015
1 parent f3316ec commit f232319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Chinook_Rev1.sql
Expand Up @@ -238,6 +238,11 @@ insert into employee(EmployeeId,Title,ReportsTo,BirthDate,HireDate,PersonID) VAL
#make a 0th Customer
insert into customer(CustomerID,Company,SupportRepId,PersonID) VALUES
(0,NULL,0,0);

/**************************
Add IsDefault to Payment
**************************/
ALTER TABLE payment ADD COLUMN IsDefault bool;



Expand Down

0 comments on commit f232319

Please sign in to comment.