Skip to content

Instantly share code, notes, and snippets.

@JamesHarrison
Created February 17, 2009 18:22
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 JamesHarrison/65877 to your computer and use it in GitHub Desktop.
Save JamesHarrison/65877 to your computer and use it in GitHub Desktop.
/*Column Information For - evemetrics_development.order_facts*/
---------------------------------------------------------------
Field Type Collation Null Key Default Extra Privileges Comment
-------------- ------- --------- ------ ------ ------- -------------- ------------------------------- -------
id int(11) (NULL) NO PRI (NULL) auto_increment select,insert,update,references
lowSellPrice float (NULL) YES (NULL) select,insert,update,references
totalDemand int(11) (NULL) YES (NULL) select,insert,update,references
avgSellPrice float (NULL) YES (NULL) select,insert,update,references
totalProvision int(11) (NULL) YES (NULL) select,insert,update,references
highSellPrice float (NULL) YES (NULL) select,insert,update,references
time_id int(11) (NULL) YES MUL (NULL) select,insert,update,references
lowBuyPrice float (NULL) YES (NULL) select,insert,update,references
totalMoved int(11) (NULL) YES (NULL) select,insert,update,references
location_id int(11) (NULL) YES MUL (NULL) select,insert,update,references
avgBuyPrice float (NULL) YES (NULL) select,insert,update,references
totalSell int(11) (NULL) YES (NULL) select,insert,update,references
highBuyPrice float (NULL) YES (NULL) select,insert,update,references
totalBuy int(11) (NULL) YES (NULL) select,insert,update,references
type_id int(11) (NULL) YES MUL (NULL) select,insert,update,references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment