Sha256: 42ca678742c5b0a8ca168eadd7638a6abf98775a14ef2d8595a27fa0b0e66bfa

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

class CreateSystemSettings < ActiveRecord::Migration[5.0]
    def change

        create_table :system_settings do |t|
            t.references :tenant, null: false
            t.jsonb  "settings", null: false, default: {}
        end

    end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.8 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.7 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.6 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.5 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.4 db/migrate/20170530120002_create_system_settings.rb
hippo-fw-0.9.3 db/migrate/20170530120002_create_system_settings.rb