Sha256: a796a3f97904ead7b8e540225f98e802e330a3356581f5f6c05d399a15e73c5b
Contents?: true
Size: 162 Bytes
Versions: 1
Compression:
Stored size: 162 Bytes
Contents
class CreateGeorgiaRoles < ActiveRecord::Migration def change create_table :georgia_roles do |t| t.string :name t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.0 | db/migrate/008_create_georgia_roles.rb |