瀏覽代碼

重塑order结构

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…
取消
儲存