シーケンス (チェーン操作 21)


使用法は次のとおりです:

Db::name('user')
->sequence('user_id_seq')
->insert(['name'=>'thinkphp']);