Advertisement
keysle

Untitled

Feb 14th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //This is the data structure that keeps track of all data on all time scopes.
  2.  
  3. CREATE TABLE entityScoring (
  4. ID int NOT NULL AUTO_INCREMENT,
  5. PRIMARY KEY(ID),
  6. scope TINYINT,
  7. lineageID int,
  8. score int,
  9. delta int,
  10. deltaScale int,
  11. time int
  12. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement