Crear migración laravel

Ejemplos de código

7
0

php artisan hacer migración

php artisan make:migration create_users_table
4
0

reversión de la migración

php artisan migrate:rollback
3
0

laravel crear migración

// use the make:migration Artisan command to generate a database migration
php artisan make:migration create_flights_table

// use --create to indicate whether the migration will be creating a new table
php artisan make:migration create_flights_table --create=flights

// use --table to indicate the table name
php artisan make:migration add_destination_to_flights_table --table=flights
2
0

crear migración de laravel

php artisan make:migration create_users_table
1
0

crear nueva migración con terminal en laravel

php artisan make:migration add_votes_to_users_table --table=users

php artisan make:migration create_users_table --create=users
0
0

crear migración laravel

php artisan make:Model Product -m -c  --resource

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................