Initial commit
This commit is contained in:
5
db/migrate/20191210090006_add_description_to_labels.rb
Normal file
5
db/migrate/20191210090006_add_description_to_labels.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDescriptionToLabels < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :labels, :description, :string, null: true, after: :scope
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user