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(休止状態)にSQL列タイプとしてCHAR(2)を使用するように依頼するにはどうすればよいですか?
component persistent=true { property name="id" fieldtype="id" ormtype="integer" generated="always" generator="identity"; property name="char2Prop" fieldtype="column" sqltype="char(2)"; }