Sha256: 0c99294bbd4788929e2d024c9edf5f275c0a50f921141c03f7fe4619209c9839
Contents?: true
Size: 618 Bytes
Versions: 43
Compression:
Stored size: 618 Bytes
Contents
module RocketCMS module Migration extend self def seo_fields(t) t.string :name, null: false t.string :h1 t.string :title t.text :keywords t.text :description t.string :robots t.string :og_title t.attachment :og_image #if RocketCMS.localize #t.column :name_translations, 'hstore' #t.column :name_translations, 'hstore' #end end def map_fields(t) t.text :address t.text :map_address t.text :map_hint t.float :latitude t.float :longitude t.float :lat t.float :lon end end end
Version data entries
43 entries across 43 versions & 2 rubygems