table('employee') ->addColumn(Column::tinyInteger('top_one')->setAfter('grant_id')->setDefault(0)->setComment('是否为最最上面的账户')) ->update(); } }