Class: MonarchyCreateUsers
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- MonarchyCreateUsers
- Defined in:
- lib/generators/templates/migrations/user.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 |
# File 'lib/generators/templates/migrations/user.rb', line 2 def change create_table :users do |t| t. null: false end end |