Sha256: ccba8d16740d09740a3d81b4f8e126efdc00d11cfe9fd1e570bf3011b9d8cbae
Contents?: true
Size: 155 Bytes
Versions: 1
Compression:
Stored size: 155 Bytes
Contents
class CreateFormacoes < ActiveRecord::Migration def change create_table :formacoes do |t| t.string :nome t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20120604185707_create_formacoes.rb |