将org_document_comment中的title改成text类型
This commit is contained in:
parent
6068867670
commit
5ac65d86b1
|
@ -0,0 +1,8 @@
|
|||
class ChangecolumnOfOrgDocumentComments < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :org_document_comments, :title, :text
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue