Skip to content

Instantly share code, notes, and snippets.

@jeffwf
Last active December 28, 2015 23:59
Show Gist options
  • Save jeffwf/7583380 to your computer and use it in GitHub Desktop.
Save jeffwf/7583380 to your computer and use it in GitHub Desktop.
CREATE TABLE etf_models (
id bigint(20) NOT NULL auto_increment,
instrument_id bigint(20) NOT NULL,
asset_class varchar(255) NOT NULL,
created_at datetime NOT NULL,
PRIMARY KEY (id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment