Sha256: 66454f19a49a1d67dbd31487401a8b177fcb4022ea36bd15df380356bd1b9963
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
# ------------------------------------------------------ # Defined the migrations # ------------------------------------------------------ ActiveRecord::Schema.define(:version => 0) do create_table :code_sample_class, :force => true do |t| t.string :gender_code t.string :country_iso end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
code-box-0.0.1 | test/resources/schema.rb |