Sha256: 99f433188d556ca94bc2555451435dbd78891eeaf6c4361c8415cea1fd16a9da
Contents?: true
Size: 154 Bytes
Versions: 1
Compression:
Stored size: 154 Bytes
Contents
class CreateGeorgiaUiSections < ActiveRecord::Migration def change create_table :georgia_ui_sections do |t| t.string :name end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.0 | db/migrate/011_create_georgia_ui_sections.rb |