Refatoring : Working state
This commit is contained in:
@@ -14,7 +14,7 @@ use PDO;
|
||||
*
|
||||
* Convention des fichiers de migration :
|
||||
* - Placés dans database/migrations/
|
||||
* - Nommés NNN_description.php (ex: 001_create_users.php)
|
||||
* - Nommés NNN_description.php (ex: 001_create_schema.php)
|
||||
* - Retournent un tableau ['up' => 'SQL...', 'down' => 'SQL...']
|
||||
* - Triés et exécutés par ordre alphanumérique croissant
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user