Sha256: 009e0c6870552d36f4ec7407b91d127249596767116fa8ed2959e0d2b280effe
Contents?: true
Size: 426 Bytes
Versions: 4
Compression:
Stored size: 426 Bytes
Contents
ActiveRecord::Schema.define version: 0 do create_table :sandboxy, force: true do |t| t.integer :sandboxed_id, null: false t.string :sandboxed_type, null: false t.datetime :created_at t.datetime :updated_at end create_table :users, force: true do |t| t.column :name, :string end create_table :somes, force: true do |t| t.column :name, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sandboxy-2.0.0 | test/schema.rb |
sandboxy-1.1.1 | test/schema.rb |
sandboxy-1.1.0 | test/schema.rb |
sandboxy-1.0.0 | test/schema.rb |