SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cncerp.crm_users' doesn't exist (Connection: mysql, SQL: alter table crm_users
add url
varchar(255) null)
#52
Labels
bug
Something isn't working
Description:
On clean install (steps from offcial documentation) throws error while migrating 2024_02_15_172046_add_client_to_laravel_crm_deals_table :
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cncerp.crm_users' doesn't exist (Connection: mysql, SQL: alter table
crm_users
addurl
varchar(255) null)Steps To Reproduce:
Clean isntall on "Step 6. Run migrations:"
Thanks.
The text was updated successfully, but these errors were encountered: