chenxiqiang 6 роки тому
джерело
коміт
cee8e16a76

+ 1
- 0
manage-server/database/migrations/2018_08_10_075128_create_maternity_matron_orders_table.php Переглянути файл

40
             $table->double('price');
40
             $table->double('price');
41
             $table->string('photo');
41
             $table->string('photo');
42
             $table->unsignedInteger('comment_id');
42
             $table->unsignedInteger('comment_id');
43
+            $table->timestamps();
43
         });
44
         });
44
     }
45
     }
45
 
46
 

Loading…
Відмінити
Зберегти