Closed keien closed 10 years ago
I added it to User and Role but removed everything except Set for all the *Set models and everything except Unit from Document; this is simpler and it's how the documentation shows it anyway:
User
Role
Set
*Set
Unit
Document
http://docs.sqlalchemy.org/en/rel_0_9/orm/inheritance.html#joined-table-inheritance
Looks good
I added it to
User
andRole
but removed everything exceptSet
for all the*Set
models and everything exceptUnit
fromDocument
; this is simpler and it's how the documentation shows it anyway:http://docs.sqlalchemy.org/en/rel_0_9/orm/inheritance.html#joined-table-inheritance
29