@@ -12,7 +12,10 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('tla_suggestion', function (Blueprint $table){
|
||||
$table->string('submitter')->default('Anonymus')->after('context');
|
||||
$table->string('submitter')->nullable()->after('context');
|
||||
});
|
||||
Schema::table('tla', function (Blueprint $table){
|
||||
$table->string('submitter')->nullable()->after('context');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user