Difference between revisions of "Database"
Jump to navigation
Jump to search
Salwani.nur (talk | contribs) m (Salwani.nur moved page Grouping resources to Database: Rename ) |
Salwani.nur (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | 1. Create a table | |
| + | - In composer, type 'php artisan make:migration create_table' | ||
| + | - To make migration, type 'php artisan migrate' | ||
Revision as of 09:32, 7 November 2019
1. Create a table
- In composer, type 'php artisan make:migration create_table' - To make migration, type 'php artisan migrate'