Last active
December 28, 2015 23:59
-
-
Save jeffwf/7583380 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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