Laravel vytvoriť migračný súbor

Príklady kódu

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
2
0

vrátenie migrácie remeselníka

php artisan migrate:rollback
1
0

laravel urobiť migráciu

php artisan make:migration CreateUsersTable
1
0

Laravel migrácie z existujúcej databázy

To Generate Laravel Migrations from an existing database.
  
Use the following package.
  
https://github.com/Xethron/migrations-generator
0
0

laravel vytvoriť migráciu

php artisan make:migration add_votes_to_users_table --table=users

php artisan make:migration create_users_table --create=users

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