Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deals does not store into DB the name of a customer #55

Open
krestt opened this issue Mar 2, 2024 · 3 comments
Open

Deals does not store into DB the name of a customer #55

krestt opened this issue Mar 2, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@krestt
Copy link

krestt commented Mar 2, 2024

  • Laravel CRM Version: latest
  • PHP Version: 8.2

Description:

Deals does not store into DB the name of a customer

Steps To Reproduce:

Create new deal, write customer name... create...

@krestt
Copy link
Author

krestt commented Mar 2, 2024

I kinda fixed it. It seems column client_id is missing from migration from create_deals_table....
so from phpmyadmin manualy I added client_id column and it worked.

@krestt
Copy link
Author

krestt commented Mar 2, 2024

I cant find the create_laravel_crm_deals_table migration file.

@andrewdrake
Copy link
Contributor

Thanks for reporting, I'll take a look at this. For reference the initial migrations were run in the one file

2023_01_19_045623_create_laravel_crm_tables.php

There is an update migration that adds the client_id to the deals table however. So it is strange the client id was missing from your table.

2023_04_12_071404_add_client_to_laravel_crm_deals_table.php

@andrewdrake andrewdrake self-assigned this Mar 3, 2024
@andrewdrake andrewdrake added the bug Something isn't working label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants