createTable('products'); $table->id('id'); $table->string('name'); $table->text('description'); $table->execute(); } }