Sha256: f716bea13a7e66f33eb39b1fc4c184f5cd0a414512674840589e30e3fed00cb7
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
ActiveRecord::Base.establish_connection( :adapter => "sqlite3", :database => ":memory:" ) ActiveRecord::Schema.define do self.verbose = false create_table :people do |t| t.string :phone t.string :acronym t.string :alphanumeric t.string :zip_code t.string :fax t.decimal :body_fat t.integer :birth_year t.date :birth_date t.datetime :birth_time t.string :custom t.string :identification end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mask_validator-0.2.3 | spec/support/db/schema.rb |
mask_validator-0.2.2 | spec/support/db/schema.rb |
mask_validator-0.2.1 | spec/support/db/schema.rb |