Support the ongoing development of Laravel.io →
Database
Last updated 2 years ago.
0

The remember_token is a string and should be automatically regenerated at each time a user logs in so having it be NULL shouldn't be a problem.

However, you should be able to do a update in your seed file. Just use an update statement instead of a create.

TableName::update(... instead of TableName::create in the seed file.

0

It should be NULL. This value is never filled in advance.

0

That is what i am tying to create something like that http://www.leather4sure.net

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.