Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 14, 2017 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinite-Joy/c80d901bb2893a8bfd78e1e39a6900f7 to your computer and use it in GitHub Desktop.
Save infinite-Joy/c80d901bb2893a8bfd78e1e39a6900f7 to your computer and use it in GitHub Desktop.
CREATE TABLE transactions (
id int NOT NULL PRIMARY KEY,
name varchar(255),
description varchar(255),
country_name varchar(255),
city_name varchar(255),
cost varchar(255),
currency varchar(255),
created_at DATE,
billing_type varchar(255),
language varchar(255),
operating_system varchar(255)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment