table('employee') ->addColumn(Column::integer('left_to_empid')->setAfter('state')->setNullable()->setComment('离职后资源移交的 empid')) ->update(); } }