Interface ISchemaTableSyntax
  
  
  
  Assembly: FluentMigrator.Abstractions.dll
  Syntax
  
    public interface ISchemaTableSyntax
   
  Methods
  
  Column(string)
  
  
  Declaration
  
    ISchemaColumnSyntax Column(string column)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        column | 
         | 
      
    
  
  Returns
  
  
  Constraint(string)
  
  
  Declaration
  
    ISchemaConstraintSyntax Constraint(string constraintName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        constraintName | 
         | 
      
    
  
  Returns
  
  
  Exists()
  
  
  Declaration
  
  Returns
  
  
  Index(string)
  
  
  Declaration
  
    ISchemaIndexSyntax Index(string indexName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        indexName | 
         | 
      
    
  
  Returns