修改数据类型

This commit is contained in:
huang 2016-07-21 16:17:40 +08:00
parent 246923a335
commit 472eb4736e
1 changed files with 1 additions and 1 deletions

View File

@ -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