Update
This commit is contained in:
@@ -22,6 +22,6 @@ public function up()
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
DB::statement('DROP EXTENSION vector');
|
||||
// DB::statement('DROP EXTENSION vector');
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13,6 +13,7 @@ public function up(): void
|
||||
{
|
||||
Schema::create('meme_medias', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('original_id');
|
||||
$table->enum('type', ['video', 'image']);
|
||||
$table->enum('sub_type', ['background', 'overlay']);
|
||||
$table->string('name');
|
||||
|
||||
Reference in New Issue
Block a user