cockroachdb / cockroachdb/activerecord-cockroachdb-adapter

collation definition with extension does not appear in the schema.rb

Open
#277 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
105
Forks
56
Avg merge
9h 5m
Merged PRs (30d)
3

Description

Hello,

when I add a `collation` with an extension to a migration it does not appear in the `schema.rb`.
https://edgeguides.rubyonrails.org/active_record_migrations.html#column-modifiers

For example:
`add_column :careflex_employees, :last_name, :string, collation: 'de-u-ks-level2'`, then the migration works fine and the column is created with the correct collation, but we need it in the schema.rb too.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.