Vytvoriť migráciu laravel

Príklady kódu

7
0

php remeselník vykonať migráciu

php artisan make:migration create_users_table
4
0

vrátenie migrácie

php artisan migrate:rollback
3
0

laravel vytvoriť migráciu

// 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

vytvorenie migrácie Laravelu

php artisan make:migration create_users_table
1
0

vytvorenie novej migrácie pomocou terminálu v laraveli

php artisan make:migration add_votes_to_users_table --table=users

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

vytvoriť migráciu laravel

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

V iných jazykoch

Táto stránka je v iných jazykoch

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