Class: CreateSessionGemSessions
- Inherits:
-
Object
- Object
- CreateSessionGemSessions
- Defined in:
- lib/generators/templates/migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 |
# File 'lib/generators/templates/migration.rb', line 2 def change create_table :session_gem_sessions do |t| t.string :topic t.string :description t.integer :user_id t. end end |