From fe8658eb3d2f13491c2495d690064ca84c493d10 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 10 Jun 2017 19:36:19 +0900 Subject: Remove `null_allowed` option from doc [ci skip] This option was added in b9fa354. But it does not seem to work. --- .../active_record/connection_adapters/abstract/schema_statements.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index bcb939855f..a1031ccbf5 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -512,8 +512,7 @@ module ActiveRecord # * :default - # The column's default value. Use +nil+ for +NULL+. # * :null - - # Allows or disallows +NULL+ values in the column. This option could - # have been named :null_allowed. + # Allows or disallows +NULL+ values in the column. # * :precision - # Specifies the precision for the :decimal and :numeric columns. # * :scale - -- cgit v1.2.3