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.
使用 Doctrine 2 时,我无法为订单创建一个有关联的最终 IPN 的一对一关系。当然,在 PayPal 交易完成之前不会生成 IPN。
我试图用 nullable=true 注释类,但它抱怨 nullable 不是有效的注释。
有任何想法吗?
注释需要在可以为空的列上,而不是在整个类上,如果你想使用可空列作为参考,你会得到意想不到的结果,因为可能有多个空值