laravel migration
首先先去 app/config/database.php設定所要使用的資料庫相關資料
再來專案的根目錄輸入 php artisan migrate:install
接著在專案根目錄輸入 php artisan migrate:make create_TABLENAME_table
最後來定義app/database/migration/產生的檔案的
再來專案的根目錄輸入 php artisan migrate:install
接著在專案根目錄輸入 php artisan migrate:make create_TABLENAME_table
最後來定義app/database/migration/產生的檔案的
- up()
- 裡面定義資料表的欄位與屬性
- down()
- 刪除資料表
留言
張貼留言