Sha256: 243f71a43882244d1a2d2052e5a1c81952b54979ed8732c975883131257102b4

Contents?: true

Size: 168 Bytes

Versions: 7

Compression:

Stored size: 168 Bytes

Contents

class CreateTerms < GroongaClientModel::Migration
  def change
    create_table :terms, propose: :full_text_search do |t|
      t.index :posts, :body
    end
  end
end

Version data entries

7 entries across 3 versions & 1 rubygems

Version Path
groonga-client-model-6.0.0 test/unit/fixtures/migrate/20170303115054_create_terms.rb
groonga-client-model-1.0.2 test/apps/rails4/db/groonga/migrate/20170303120527_create_terms.rb
groonga-client-model-1.0.2 test/apps/rails5/db/groonga/migrate/20170303115054_create_terms.rb
groonga-client-model-1.0.2 test/unit/fixtures/migrate/20170303115054_create_terms.rb
groonga-client-model-1.0.1 test/apps/rails5/db/groonga/migrate/20170303115054_create_terms.rb
groonga-client-model-1.0.1 test/unit/fixtures/migrate/20170303115054_create_terms.rb
groonga-client-model-1.0.1 test/apps/rails4/db/groonga/migrate/20170303120527_create_terms.rb