I just installed STatmic and I created a user. However, during the user creation stage I get the error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'super' in 'field list' (SQL: insert into `users` (`email`, `name`, `password`, `super`, `updated_at`, `created_at`) values ([email protected], Chris, $2ylSKOwDWq9NwSC9GZjt06/eiO7OwmWhmKdtK, 1, 2020-08-31 12:19:45, 2020-08-31 12:19:45))
Why would that field not be found? If I run php artisan migrate
I get that there is nothing to migrate. Help!