cockroachdb / cockroachdb/activerecord-cockroachdb-adapter
collation definition with extension does not appear in the schema.rb
オープン
- 主要言語
- Ruby
- スター
- 105
- フォーク
- 56
- 平均マージ
- 9時間 5分
- マージ済み PR(30日)
- 3
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。