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.
我使用教义。可以生成基于没有主键的表(重要)的数据库的实体吗?该数据库用于 Chacal XXI(一个应用程序)并且 1 或 2 个表没有主键,我无法手动添加主键。
没有。来自https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/basic-mapping.html#identifiers-primary-keys:
每个实体类都必须有一个标识符/主键。您可以使用 @Id 注释选择用作标识符的字段。