Skip to content

Instantly share code, notes, and snippets.

@twanlass
Created January 29, 2014 21:40
Show Gist options
  • Select an option

  • Save twanlass/8697786 to your computer and use it in GitHub Desktop.

Select an option

Save twanlass/8697786 to your computer and use it in GitHub Desktop.
CREATE TABLE sales (id INT(11) PRIMARY KEY NOT NULL, buyerEmail VARCHAR(40) NOT NULL, purchaseDate DATETIME NOT NULL, price FLOAT NOT NULL, total FLOAT NOT NULL, productName VARCHAR(40) NOT NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment