Change onboarding type to mediumText
This commit is contained in:
parent
dff50a7886
commit
ab7c2253a4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Onboarding extends Migration
|
|||
{
|
||||
Schema::table('accounts', function (Blueprint $table) {
|
||||
$table->boolean('is_onboarding')->default(false);
|
||||
$table->json('onboarding')->nullable();
|
||||
$table->mediumText('onboarding')->nullable();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue