Sqlalchemy:如何设置多列主键的键长度?
我知道我可以使用 mysql_length = xxx 来设置索引的长度。
但如何将此约束应用于多列主键呢? (使用PrimaryKeyConstraint
)
PS:我的主要列是A,B(A是一个Integer
,B是一个String(256)
,问题是如何在添加到复合键时减少它)
I know that I can use mysql_length = xxx
to set the length of an Index.
But how to apply this constraint to a multi-column primary key?
(using PrimaryKeyConstraint
)
P.S: My primay columns are A, B (A is an Integer
, B is a String(256)
, the question is how to cut it down when added to the composite key)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论