79340979

Date: 2025-01-08 23:23:27
Score: 1.5
Natty:
Report link

Since Rails 8, this is now possible: just add a bang after the column type.

Example:

bin/rails generate model User email:string! name:string!

This was introduced in PR#52327.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Goulven