使用表格:
class Table3(Base):
__tablename__ = 'table3'
pkid = Column('pkid', INTEGER(unsigned=True), primary_key=True, nullable=False)
table1_fkid = Column('table1_fkid', INTEGER(unsigned=True), ForeignKey('table1.pkid'), nullable=False)
table2_fkid = Column('table2_fkid', INTEGER(unsigned=True), ForeignKey('table2.pkid'), nullable=False)
我想建立/获取字典:
d = {
'table1_fkid': ForeignKey('table1.pkid'),
'table2_fkid': ForeignKey('table2.pkid')
}
使用将 Table3 对象作为参数传递的方法。写这个最有效的方法是什么?谢谢!
答案 0 :(得分:0)
我得到了这个,但如果有更清洁的东西请发帖:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<div id="millimeter-size">
</div>