master
cody 6 months ago
parent 15b17f4a89
commit b936054f2d

@ -15,6 +15,7 @@ return new class extends Migration
{
Schema::table('users', function (Blueprint $table) {
$table->string('no')->nullable()->comment('学号');
$table->date('birthday')->nullable()->comment('生日')->change();
});
}

Loading…
Cancel
Save