Sha256: c3a7f78234d4238e45639abe5cf832a5e8841a84e540bfaf48e51fa0560754c7
Contents?: true
Size: 250 Bytes
Versions: 58
Compression:
Stored size: 250 Bytes
Contents
ActiveRecord::Base.connection.create_table :developers, :force => true do |t| t.column :name, :string, :null => false t.column :city, :string t.column :state, :string t.column :country, :string t.column :age, :integer end
Version data entries
58 entries across 58 versions & 8 rubygems