Last bugfixes
This commit is contained in:
@@ -12,7 +12,7 @@ return new class extends Migration {
|
||||
Schema::create('page_texts', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name');
|
||||
$table->string('content');
|
||||
$table->longText('content');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user