Guest User

Untitled

a guest
Jan 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Fake Schema Header
  2. # (No Tables)
  3. add_sequence "seq_t_item", :increment => 1, :min => 1, :max => 2000000, :start => nil, :cache => 5, :cycle => true
  4. add_sequence "seq_t_user", :increment => 1, :min => 1, :max => 2000000, :start => nil, :cache => 5, :cycle => true
  5.  
  6. # Fake Schema Trailer
Add Comment
Please, Sign In to add comment