cockroachdb / cockroachdb/activerecord-cockroachdb-adapter

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

オープン
#277 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。