close
$table->timestamps(); 代表加入 created_at 和 updated_at 欄位
而
$table->timestamp('added_on'); 相當於 TIMESTAMP 型態欄位
MEMO一下
--
參考自 https://ithelp.ithome.com.tw/articles/10206937
全站熱搜
$table->timestamps(); 代表加入 created_at 和 updated_at 欄位
而
$table->timestamp('added_on'); 相當於 TIMESTAMP 型態欄位
MEMO一下
--
參考自 https://ithelp.ithome.com.tw/articles/10206937
留言列表