This is the correct column intended to be used by the Laravel framework. `active` seems to be a custom column that was implemented in UNIT3D before Laravel added email verification in version 5.7.
Currently, the test suite requires way longer than necessary because it runs all the scaffolded tests, even though they exit immediately.
Moving them until they are implemented will speed-up the test suite execution time dramatically.