mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
added birth_time attribute
This commit is contained in:
parent
a78da16b8e
commit
8c5b372716
@ -4,6 +4,7 @@ ActiveRecord::Schema.define(:version => 1) do
|
|||||||
t.column "name", :string
|
t.column "name", :string
|
||||||
t.column "birth_date_and_time", :datetime
|
t.column "birth_date_and_time", :datetime
|
||||||
t.column "birth_date", :date
|
t.column "birth_date", :date
|
||||||
|
t.column "birth_time", :time
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user