Skip to content

Commit c54b2da

Browse files
authored
Update README.md
1 parent 00f7501 commit c54b2da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RoR/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ All migration files are stored in the `db/migrate/` directory.
101101
- `20250402110000_add_status_to_orders.rb`
102102
- `20250402113000_rename_email_in_customers.rb`
103103

104+
```
105+
rails generate migration CreateUsers
106+
```
107+
104108
#### Class Name Format
105109
The migration class name should match the CamelCased version of the file’s suffix.
106110

0 commit comments

Comments
 (0)