module ColumnDumper
Ruby on Rails 4.1.16
Since v4.0.13 Last seen in v4.2.9The goal of this module is to move Adapter specific column definitions to the Adapter instead of having it in the schema dumper itself. This code represents the normal case. We can then redefine how certain data types may be handled in the schema dumper on the Adapter level by over-writing this code inside the database specific adapters