@ -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();
});
}