Show More
Commit Description:
master
Commit Description:
master
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20200813083020_add_enabled_to_group.rb | 5 lines | 136 B | text/x-ruby | RubyLexer |
class AddEnabledToGroup < ActiveRecord::Migration[5.2]
def change
add_column :groups, :enabled, :boolean, default: true
end
end