getTable('group_folders'); $table->modifyColumn('mount_point', [ 'notnull' => true, 'length' => 4000 ]); return $schema; } }