sqlalchemy.exc.ArgumentError: Mapper Mapper|FooTable|foo_table could not
assemble any primary key columns for mapped table 'foo_table'
SQLAlchemy 不允許沒有定義主鍵,若是複合主鍵,則需要在多個欄位加上 primary_key=True。
References :
MooGoo's Blog: [SQLAlchemy] 不用primary key的table
SQLAlchemy0.6.5文檔-----用元數據定義數據庫_StackDoc
沒有留言:
張貼留言