2
我是新來openjpa並得到此警告。openjpa現有列不兼容
Existing column ... is incompatible with the same column name in the given schema definition.
它列出的差異,並以字段(VARCHAR)的大小不同,那就是它顯示150和255 150是我指定爲DB尺寸大小,但我不知道的255.在實體類中,String類型的相應字段。
請幫我這個。