添加数据库脚本文件

exceptionHandle
nwb 11 years ago
parent 7ccbc5e88a
commit 50cc682e02

@ -0,0 +1,5 @@
class AddAttachmenttypeToProject < ActiveRecord::Migration
def change
add_column :projects, :attachmenttype, :int ,default: 1
end
end
Loading…
Cancel
Save