Yasuo Honda
Yasuo Honda
Although English isn't my native language, I find the current error message like Inverse association human (:interests in Human) is mismatch table_name." unclear for me, I assume this statement is...
Would you address the conflict?
It may be related to https://github.com/rails/rails/pull/44175
Thanks for opening this pull request. How about providing a warning if `drop_schema` without `:force :cascade` option given first? Not introducing a new variable `ActiveRecord.postgresql_drop_schema_cascade`. The warning message should be...
Installing the Docker Compose plugin should address this issue. https://docs.docker.com/compose/install/linux/#install-using-the-repository
I'd like to know the reason why database default value `0` is specified while 0 is not defined in the enum. ``` ActiveRecord::Schema.define do create_table :posts, force: true do |t|...
Thanks for the update. I have one more question. Would you update what happens removing `null: false` constraint for the status column? ``` t.integer :status, default: 0, null: false, limit:...
Thanks for the update. I believe this provided use case is an edge case, and I prefer not to support it for all Rails users. The database column for an...
Thank you for understanding. Closing this issue.
Thanks for opening this pull request. As far as I understand, dot notation in create_schema reminds me of schema_name.type_name as follows: - Create an enum "mood" under the "my_schema" schema,...