Sha256: 94e71c6da88e036240b462984e4aaabf5dbe7e9393c935865a96969f147e6d24
Contents?: true
Size: 401 Bytes
Versions: 4
Compression:
Stored size: 401 Bytes
Contents
# ------------------------------------------------------ # Defined the migrations # ------------------------------------------------------ ActiveRecord::Schema.define(:version => 0) do create_table :with_string_authors, :force => true do |t| t.string :name t.authors end create_table :with_integer_authors, :force => true do |t| t.string :name t.authors(:integer) end end
Version data entries
4 entries across 4 versions & 1 rubygems