Sha256: 63ad85685f9b64db814714120fadeccc60c74d324238063dd0cfb1f65879f18a

Contents?: true

Size: 176 Bytes

Versions: 2

Compression:

Stored size: 176 Bytes

Contents

class CreatePosts < GroongaClientModel::Migration
  def change
    create_table :posts do |t|
      t.short_text :title
      t.text :body
      t.timestamps
    end
  end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/db/groonga/migrate/20210313074953_create_posts.rb
groonga-client-model-6.0.0 test/apps/rails6.1.3/db/groonga/migrate/20210313065415_create_posts.rb