id(); $table->string('name'); $table->string('type'); $table->bigInteger('value'); $table->timestamps(); }); } }