added auto_inc to id in styles table
fixed a bug in the ai-model edit form switched to sqlite
This commit is contained in:
@@ -12,7 +12,7 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('styles', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->increments('id');
|
||||
$table->string('title');
|
||||
$table->text('prompt');
|
||||
$table->text('description');
|
||||
|
||||
Reference in New Issue
Block a user