string to text
This commit is contained in:
parent
822c11f4c0
commit
c583d7142b
@ -0,0 +1,10 @@
|
||||
class ChangeDataTypeForTableColumn < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :question_sets, :content, :text
|
||||
|
||||
end
|
||||
|
||||
def down
|
||||
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user