Hi. Didn’t see anything about this so …
I think it would be helpful to add the data types that are available in Active Record Basics or Active Record Migrations. There used to be a sentence back in v3.0 of the Guides:
The types supported by Active Record are :primary_key, :string, :text, :integer, :float, :decimal, :datetime, :timestamp, :time, :date, :binary, :boolean.
It would be very helpful for new folks or folks that haven’t coded in quite a while (like me) and need a little help.