Sha256: e232c94c8d8a4356d72f70a251eabfdd24fe6f9d7187154ef935b0c255687ba9

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

class CreatePosts < GroongaClientModel::Migration
  def change
    create_table :posts do |t|
      t.short_text :title
      t.text :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/20170301061420_create_posts.rb
groonga-client-model-1.0.2 test/apps/rails4/db/groonga/migrate/20170303120517_create_posts.rb
groonga-client-model-1.0.2 test/apps/rails5/db/groonga/migrate/20170301061420_create_posts.rb
groonga-client-model-1.0.2 test/unit/fixtures/migrate/20170301061420_create_posts.rb
groonga-client-model-1.0.1 test/apps/rails5/db/groonga/migrate/20170301061420_create_posts.rb
groonga-client-model-1.0.1 test/unit/fixtures/migrate/20170301061420_create_posts.rb
groonga-client-model-1.0.1 test/apps/rails4/db/groonga/migrate/20170303120517_create_posts.rb