Sha256: 3a0bb8495ec2c274d192fc3bacf3ee30f389c7f3f82d292bada990b23de54643
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
class CreatePosts < GroongaClientModel::Migration def change create_table :posts, type: :hash_table, key_type: :short_text do |t| end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
groonga-client-model-1.0.2 | test/apps/rails4/test/tmp/db/groonga/migrate/20170321050929_create_posts.rb |