Sha256: 11ebde8663ca6cb337f4c862931b742be120339d30653fa4e7d565ffda9e9897

Contents?: true

Size: 308 Bytes

Versions: 15

Compression:

Stored size: 308 Bytes

Contents

table_create posts TABLE_NO_KEY

column_create posts title COLUMN_SCALAR ShortText
column_create posts body COLUMN_SCALAR Text

table_create terms TABLE_PAT_KEY ShortText \
  --default_tokenizer TokenBigram \
  --normalizer NormalizerAuto
column_create terms posts_body COLUMN_INDEX|WITH_POSITION posts body

Version data entries

15 entries across 11 versions & 1 rubygems

Version Path
groonga-client-model-1.0.0 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.9 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.8 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.8 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.7 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.7 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.6 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.6 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.5 test/apps/rails4/db/schema.grn
groonga-client-model-0.9.5 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.4 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.3 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.2 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.1 test/apps/rails5/db/schema.grn
groonga-client-model-0.9.0 test/apps/rails5/db/schema.grn