Sha256: 7f31149ccb5b57fb9713b968bd2ad2823e5d341a7a0e83c7febe417ade4969d4
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
class CreateVacinas < ActiveRecord::Migration def change create_table :vacinas do |t| t.string :nome t.string :slug t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20160215195926_create_vacinas.rb |