修改数据类型
This commit is contained in:
parent
246923a335
commit
472eb4736e
|
@ -5,7 +5,7 @@ class CreateCommits < ActiveRecord::Migration
|
|||
t.string :version
|
||||
t.string :committer
|
||||
t.text :comments
|
||||
t.date :committed_on
|
||||
t.datetime :committed_on
|
||||
t.integer :project_id
|
||||
|
||||
t.timestamps
|
||||
|
|
Loading…
Reference in New Issue