調整 FavoriteSongs 20250522
This commit is contained in:
parent
d2f5576f94
commit
d301fe62c5
@ -13,7 +13,7 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('FavoriteSongs', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedBigInteger('songNumber');
|
||||
$table->string('songNumber',20);
|
||||
$table->string('userPhone', 10);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user