Sha256: 122f379743c63a1adee4ae9545395261f25839048285f56a87c4ce982f95838b

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

class CreateAlunos < ActiveRecord::Migration
  def change
    create_table :alunos do |t|
    	t.string :nome
    	t.string :cpf
    	t.string :telefone
    	t.string :email
      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 db/migrate/20140619132434_create_alunos.rb