Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class View(Base):
  2. db_table = 'view_example'
  3.  
  4. View.query().all()
  5.  
  6. 'could not assemble any primary key columns for mapped table'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement