시퀀스(체인 작업 21)


사용법:

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