Class: ActiveRecord::ConnectionAdapters::MySQL::ColumnDefinition
- Inherits:
- 
      ColumnDefinition
      
        - Object
- Struct
- ColumnDefinition
- ActiveRecord::ConnectionAdapters::MySQL::ColumnDefinition
 
- Defined in:
- lib/active_record/connection_adapters/mysql/schema_definitions.rb
Instance Attribute Summary collapse
- 
  
    
      #charset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute charset. 
- 
  
    
      #unsigned  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute unsigned. 
Attributes inherited from ColumnDefinition
#after, #auto_increment, #collation, #comment, #default, #first, #limit, #name, #null, #precision, #primary_key, #scale, #sql_type, #type
Method Summary
Methods inherited from ColumnDefinition
Instance Attribute Details
#charset ⇒ Object
Returns the value of attribute charset.
| 60 61 62 | # File 'lib/active_record/connection_adapters/mysql/schema_definitions.rb', line 60 def charset @charset end | 
#unsigned ⇒ Object
Returns the value of attribute unsigned.
| 60 61 62 | # File 'lib/active_record/connection_adapters/mysql/schema_definitions.rb', line 60 def unsigned @unsigned end |