From 94502623fb8354ba0c88b9d1bc94bf940e0d5018 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Tue, 6 Nov 2007 23:33:40 +0000 Subject: Standardize on using hyphens rather than colons to separate option names from their explanation in documentation. Replace + with tt tags. Closes #8732. [ryanb] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8106 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../connection_adapters/abstract/schema_definitions.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'activerecord/lib/active_record/connection_adapters') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb index 7c76146cde..6bd56fd3c8 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb @@ -300,17 +300,17 @@ module ActiveRecord # :date, :binary, :boolean. # # Available options are (none of these exists by default): - # * :limit: + # * :limit - # Requests a maximum column length (:string, :text, # :binary or :integer columns only) - # * :default: + # * :default - # The column's default value. Use nil for NULL. - # * :null: + # * :null - # Allows or disallows +NULL+ values in the column. This option could # have been named :null_allowed. - # * :precision: + # * :precision - # Specifies the precision for a :decimal column. - # * :scale: + # * :scale - # Specifies the scale for a :decimal column. # # Please be aware of different RDBMS implementations behavior with -- cgit v1.2.3