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

you can temporarily add a default value of NULL.. and then take it away after your alter statement

0
Solution

shez1983 said:

you can temporarily add a default value of NULL.. and then take it away after your alter statement

thanks, fixed it with

Schema::table('posts', function($table)
{
	$table->string('link')->nullable()->unique();
});
0

Sign in to participate in this thread!

Eventy

Your banner here too?

umren umren Joined 20 Jan 2015

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.