Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 SORM 文档来看,这并不是很清楚,API 也没有帮助。
那么,如何在实体中指定自定义列名?我还想更改每个实体的主键的列名。那可能吗?
谢谢。
不可以。因为 SORM 是关于约定优于配置的,所以无法更改列名。这就是让它变得简单的原因。
主键也是不可配置的,但出于不同的原因。