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.
seqDB テーブルの整数列です。
seq
seq=MAX(seq)+1新しいレコードの作成時に SQL で実行しseq、既存のレコードの更新時に列を変更しないCActiveRecord 派生クラスが必要です。
seq=MAX(seq)+1
どのように?