Add (tint)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('posts', function (Blueprint $table) {
|
||||
$table->string('image_ref_url')->nullable();
|
||||
$table->string('image_ref_url')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ public function up(): void
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('posts', function (Blueprint $table) {
|
||||
$table->dropColumn(('image_ref_url'));
|
||||
$table->dropColumn(('image_ref_url'));
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user