Sha256: ea96c63e9119a4eac6ddf141c334279871aba76a2c3c78070c983b01a38b2bf8
Contents?: true
Size: 336 Bytes
Versions: 40
Compression:
Stored size: 336 Bytes
Contents
class CreateThemings < ActiveRecord::Migration def change create_table :pageflow_themings do |t| t.string :imprint_link_url t.string :imprint_link_label t.string :copyright_link_url t.string :copyright_link_label t.belongs_to :account t.belongs_to :theme t.timestamps end end end
Version data entries
40 entries across 40 versions & 1 rubygems