createTable('users'); $table->id('id'); $table->string('name'); $table->string('email'); $table->string('password'); $table->execute(); } }