Interface TableSchemaInterface
Defines the interface for getting the schema.
        
    Namespace: Cake\Datasource
    
    
    
      
  
  
        Method Summary
- 
          
schema() public
Get and set the schema for this fixture.
 
Method Detail
schema() ΒΆ public
schema(Cake\Database\Schema\Table|null $schema = null): Cake\Database\Schema\Table|null
      Get and set the schema for this fixture.
Parameters
- 
                
Cake\Database\Schema\Table|null$schema optional The table to set.
Returns
Cake\Database\Schema\Table|null