Laravel vytvoriť migráciu

Príklady kódu

25
0

php remeselníka, aby migrácie

php artisan make:migration create_users_table
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
4
0

migrácia Laravelu

php artisan make:migration create_users_table --create=users

php artisan make:migration add_votes_to_users_table --table=users
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
0
0

laravel čo je sťahovanie

 php artisan make: migración create_articles_table --create = artículos

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