id(); $table->unsignedBigInteger('user_id'); $table->string('name'); $table->longText('content'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('scripts'); } };