In my trnumbers table?

|
hypernxf 2021-01-14 12:55:15
So what you need to do is to profile your SLOW query
keatngan 2021-01-14 12:55:33
laravel_discuss-66569.jpg

hypernxf 2021-01-14 12:55:35
can just google Slow Query if you want to read up more on how to get it from MySQL
Stan 2021-01-14 12:56:06
hypernxf 2021-01-14 12:55:15
So what you need to do is to profile your SLOW query

Thank you for your help I will take it from here

Stan 2021-01-14 12:56:29
If you have any additional resources that explain things neatly you can help me with it
hypernxf 2021-01-14 12:56:49
hypernxf 2021-01-14 12:53:06
Whether is it enough will depend on your query use in your app

In this example, what you need to index is level and ratings as a composite keys

hypernxf 2021-01-14 12:57:03
https://www.google.com/search?q=understanding+mysql+indexes&oq=Understanding+MySQL+Index&aqs=chrome.0.0i457j69i57.4425j1j1&sourceid=chrome&ie=UTF-8

understanding mysql indexes – Google SearchGoogle
Stan 2021-01-14 12:57:09
hypernxf 2021-01-14 12:56:49
In this example, what you need to index is level and ratings as a composite keys

Oh ok

hypernxf 2021-01-14 12:57:20
there you go.
Stan 2021-01-14 12:57:22
hypernxf 2021-01-14 12:57:03
https://www.google.com/search?q=understanding+mysql+indexes&oq=Understanding+MySQL+Index&aqs=chrome.0.0i457j69i57.4425j1j1&sourceid=chrome&ie=UTF-8

Thank you so much πŸ‘πŸΌπŸ‘πŸΌ

Jadidi_82 2021-01-14 14:58:57
laravel_discuss-66582.jpg
hey guy do you know what’s wrong here?
Jomitz 2021-01-14 14:59:37
Column name spelling wrong
Jadidi_82 2021-01-14 14:59:42
Jadidi_82 2021-01-14 14:58:57
hey guy do you know what’s wrong here?

I dont have trnumbers_id

Jomitz 2021-01-14 15:00:04
Jadidi_82 2021-01-14 14:59:42
I dont have trnumbers_id

So why are you inserting to that column

Jomitz 2021-01-14 15:00:15
Show code
Jadidi_82 2021-01-14 15:00:55
laravel_discuss-66587.jpg

Jadidi_82 2021-01-14 15:01:25
laravel_discuss-66588.jpg
and my pivot table
Jomitz 2021-01-14 15:01:28
Show code for insertion
Jadidi_82 2021-01-14 15:02:08
laravel_discuss-66590.jpg

Jomitz 2021-01-14 15:02:09
This is migration table
Jomitz 2021-01-14 15:03:12
Show the model the relationship might be wron
Jadidi_82 2021-01-14 15:03:21
laravel_discuss-66593.jpg

2021-01-14 15:03:55
Jadidi_82 2021-01-14 14:58:57
hey guy do you know what’s wrong here?

Model trnumber

Jomitz 2021-01-14 15:04:03
Show your model class
Jadidi_82 2021-01-14 15:04:10
laravel_discuss-66596.jpg

2021-01-14 15:05:07
Jadidi_82 2021-01-14 15:04:10

Model trnumbers => trnumber

Jadidi_82 2021-01-14 15:05:44
2021-01-14 15:05:07
Model trnumbers => trnumber

you mean I shout omit s?

Jadidi_82 2021-01-14 15:07:07
ok thanks
Jadidi_82 2021-01-14 15:11:48
laravel_discuss-66601.jpg
I removed s but again I have the problem I would appreciate it if you help me more
Jadidi_82 2021-01-14 15:14:19
I havent used trnumber_id
Jadidi_82 2021-01-14 15:14:56
in my trnumbers table?
Jadidi_82 2021-01-14 15:16:30
that is trn_id
aycayder 2021-01-14 15:28:29
laravel_discuss-66617.jpg
Hello, does anyone know how can I get from parameter from database while I am using mail markdown?
emrullahayilmaz 2021-01-14 16:42:28
you can create Any provider and add at config.php
emrullahayilmaz 2021-01-14 16:43:14
laravel_discuss-66623.jpg
this sample
|