activerecord-cockroachdb-adapter
activerecord-cockroachdb-adapter copied to clipboard
schema.rb: fix detection of default int values
Some of postgresql's default regexps used by activerecord are not going to work with cockroachdb, leaving the default values out of the schema.rb file.
@lego: I addressed your concerns. Please take a look at the latest code I pushed.
I think this has now been handled differently. @rafiss I vote for closing.