Add (ai gen)
This commit is contained in:
@@ -21,7 +21,7 @@ public function up(): void
|
|||||||
$table->timestamp('last_ai_written_at');
|
$table->timestamp('last_ai_written_at');
|
||||||
$table->integer('write_counts')->default(0);
|
$table->integer('write_counts')->default(0);
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
$table->foreign('category')->references('id')->on('categories');
|
$table->foreign('category_id')->references('id')->on('categories');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user