Sha256: f79bde0082544ac961501190176dc93be572bf62f337872089876d5be0f701b6
Contents?: true
Size: 503 Bytes
Versions: 96
Compression:
Stored size: 503 Bytes
Contents
ActiveRecord::Base.connection.create_table :people, :force => true do |t| t.column :first_name, :string t.column :middle_initial, :string t.column :last_name, :string t.column :gender, :string t.column :street_address, :string t.column :city, :string t.column :state, :string t.column :postcode, :string t.column :email, :string t.column :birthday, :datetime t.column :delta, :boolean, :null => false, :default => false end
Version data entries
96 entries across 96 versions & 15 rubygems