@@ -40,6 +40,7 @@ class CreateMaternityMatronOrdersTable extends Migration
$table->double('price');
$table->string('photo');
$table->unsignedInteger('comment_id');
+ $table->timestamps();
});
}