class Marten::DB::Migration::Operation::AddIndex
Defined in:
marten/db/migration/operation/add_index.crConstructors
Instance Method Summary
- #describe : String
- #index : Marten::DB::Management::Index
- #mutate_db_backward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
- #mutate_db_forward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
- #mutate_state_forward(app_label : String, state : Management::ProjectState) : Nil
- #serialize : String
- #table_name : String
Instance methods inherited from class Marten::DB::Migration::Operation::Base
  
  
    
      describe : String
    describe, 
    
  
    
      faked=(faked : Bool)
    faked=, 
    
  
    
      faked? : Bool
    faked?, 
    
  
    
      mutate_db_backward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
    mutate_db_backward, 
    
  
    
      mutate_db_forward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
    mutate_db_forward, 
    
  
    
      mutate_state_forward(app_label : String, state : Management::ProjectState) : Nil
    mutate_state_forward, 
    
  
    
      serialize : String
    serialize
    
  
    
    
  
    
  Instance methods inherited from module Marten::DB::CanFormatStringsOrSymbols
  
  
    
      format_string_or_symbol(value : String)
    format_string_or_symbol
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def mutate_db_backward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
        #
      
      
      
        
        def mutate_db_forward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil
        #
      
      
      
        
        def mutate_state_forward(app_label : String, state : Management::ProjectState) : Nil
        #