Method: Sequel::ADO::Access::AdoSchema::Column#allow_null
- Defined in:
- lib/sequel/adapters/ado/access.rb
permalink #allow_null ⇒ Object
[View source]
56 57 58 |
# File 'lib/sequel/adapters/ado/access.rb', line 56 def allow_null self["IS_NULLABLE"] end |