Problems with Nova migrations #6771
Replies: 4 comments
-
|
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
Beta Was this translation helpful? Give feedback.
-
|
***@***.***:rodriguezrod1/invoice-system-backend-copia.git
El jue, 6 mar 2025 a la(s) 9:35 a.m., Mior Muhammad Zaki (
***@***.***) escribió:
… Unable to reproduce the issue, please provide full reproducing repository
based on fresh installation as suggested in the bug report template (or you
can refer to https://github.com/nova-issues for example)
—
Reply to this email directly, view it on GitHub
<#6770 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKAMKPG4P65NKUDXXTDHD32TBFJBAVCNFSM6AAAAABYOUFIXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTHA3TCMZUGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: crynobone]*crynobone* left a comment (laravel/nova-issues#6770)
<#6770 (comment)>
Unable to reproduce the issue, please provide full reproducing repository
based on fresh installation as suggested in the bug report template (or you
can refer to https://github.com/nova-issues for example)
—
Reply to this email directly, view it on GitHub
<#6770 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKAMKPG4P65NKUDXXTDHD32TBFJBAVCNFSM6AAAAABYOUFIXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTHA3TCMZUGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Lcdo. Rodríguez Rod*
*📞 **+584128714569 | +584263217008***
*🌐 **Redes Sociales y Contacto***
*- [Skype: rod_051079](skype:rod_051079?chat)*
*- [Telegram: @rod1979](https://t.me/rod1979 <https://t.me/rod1979>)*
*- [Facebook: aray.rod](https://www.facebook.com/aray.rod
<https://www.facebook.com/aray.rod>)*
*- [LinkedIn](https://www.linkedin.com/in/rodrodriguez1979
<https://www.linkedin.com/in/rodrodriguez1979>**)*
*- [web](https://cv-rod-rodriguez.vercel.app/
<https://cv-rod-rodriguez.vercel.app/>**)*
|
Beta Was this translation helpful? Give feedback.
-
Do you think I would ask for reproducing repository if I can browse the URL? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, please!
El jue, 6 mar 2025 a la(s) 10:08 a.m., Mior Muhammad Zaki (
***@***.***) escribió:
… *@*.***:rodriguezrod1/invoice-system-backend-copia.git
Do you think I would ask for reproducing repository if I can browse the
URL?
—
Reply to this email directly, view it on GitHub
<#6770 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKAMKOICGZ2ISQ2FN7UZ4T2TBJELAVCNFSM6AAAAABYOUFIXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTHE2TGNBSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: crynobone]*crynobone* left a comment (laravel/nova-issues#6770)
<#6770 (comment)>
*@*.***:rodriguezrod1/invoice-system-backend-copia.git
Do you think I would ask for reproducing repository if I can browse the
URL?
—
Reply to this email directly, view it on GitHub
<#6770 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKAMKOICGZ2ISQ2FN7UZ4T2TBJELAVCNFSM6AAAAABYOUFIXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBTHE2TGNBSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Lcdo. Rodríguez Rod*
*📞 **+584128714569 | +584263217008***
*🌐 **Redes Sociales y Contacto***
*- [Skype: rod_051079](skype:rod_051079?chat)*
*- [Telegram: @rod1979](https://t.me/rod1979 <https://t.me/rod1979>)*
*- [Facebook: aray.rod](https://www.facebook.com/aray.rod
<https://www.facebook.com/aray.rod>)*
*- [LinkedIn](https://www.linkedin.com/in/rodrodriguez1979
<https://www.linkedin.com/in/rodrodriguez1979>**)*
*- [web](https://cv-rod-rodriguez.vercel.app/
<https://cv-rod-rodriguez.vercel.app/>**)*
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have a problem, after installing Nova with all its steps, in the final step of running the migrations I get the error described below. Thanks in advance.
Detailed steps to reproduce the issue on a fresh Nova installation:
INFO Running migrations.
2018_01_01_000000_create_action_events_table .................................................................... 2.66ms FAIL
Error
Call to a member function getKeyType() on null
at vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php:1032
1028▕ }
1029▕
1030▕ $column = $column ?: $model->getForeignKey();
1031▕
➜ 1032▕ if ($model->getKeyType() === 'int') {
1033▕ return $this->foreignId($column)
1034▕ ->table($model->getTable())
1035▕ ->referencesModelColumn($model->getKeyName());
1036▕ }
33 artisan:16
Illuminate\Foundation\Application::handleCommand()
Beta Was this translation helpful? Give feedback.
All reactions