The followings are the available columns in table 'anaesthetist':
Inheritance: extends BaseActiveRecordVersioned
 /**
  * @covers Anaesthetist::model
  */
 public function testModel()
 {
     $this->assertEquals('Anaesthetist', get_class(Anaesthetist::model()), 'Class name should match model.');
 }