mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 07:16:41 +00:00
first commit
This commit is contained in:
9
spec/resources/schema.rb
Normal file
9
spec/resources/schema.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
ActiveRecord::Schema.define(:version => 1) do
|
||||
|
||||
create_table "people", :force => true do |t|
|
||||
t.string "name"
|
||||
t.datetime "birth_date_and_time"
|
||||
t.date "birth_date"
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user