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.
agiletoolkitの以前のドキュメントにあるデータベースの考慮事項がありますが、これはもう見つかりません。それらは変わりましたか?たとえば、ブール値はまだenum('Y'、'N')である必要がありますか?
4.2では、ブール値の「スタイル」を選択できるため、「Y」、「N」の列挙型を使用する古いプロジェクトがある場合は、チェーンを使用してフィールド宣言の定義を修正するだけで済みます。->enum(array('Y','N'))
->enum(array('Y','N'))