We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f7501 commit c54b2daCopy full SHA for c54b2da
RoR/README.md
@@ -101,6 +101,10 @@ All migration files are stored in the `db/migrate/` directory.
101
- `20250402110000_add_status_to_orders.rb`
102
- `20250402113000_rename_email_in_customers.rb`
103
104
+```
105
+rails generate migration CreateUsers
106
107
+
108
#### Class Name Format
109
The migration class name should match the CamelCased version of the file’s suffix.
110
0 commit comments