Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. id int
  2. series int
  3. active boolean
  4.  
  5. eventID int //foreign key to the invariant ID field
  6. id int //this table needs its own id which serves as a foreign key on another table
  7. date Date
  8. description varchar(255)
  9. active boolean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement