//The json method creates a JSON equivalent column: $table->json('options'); //jsonb() The jsonb method creates a JSONB equivalent column: $table->jsonb('options');