Add (ai gen)

This commit is contained in:
2023-10-01 00:37:21 +08:00
parent f02081e30c
commit 64f931e686

View File

@@ -21,7 +21,7 @@ public function up(): void
$table->timestamp('last_ai_written_at');
$table->integer('write_counts')->default(0);
$table->timestamps();
$table->foreign('category')->references('id')->on('categories');
$table->foreign('category_id')->references('id')->on('categories');
});
}