mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
locale file & thank api
This commit is contained in:
@@ -14,7 +14,7 @@ class AddSeedPointsToUsersTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->decimal('seed_points', 20, 1)->nullable();
|
||||
$table->decimal('seed_points', 20, 1)->default(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user