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.
如何让 CF9 ORM (hibernate) 使用 CHAR(2) 作为 sql 列类型?
component persistent=true { property name="id" fieldtype="id" ormtype="integer" generated="always" generator="identity"; property name="char2Prop" fieldtype="column" sqltype="char(2)"; }