Contents ../ lithium\test\Fixture::create() public method Create the fixture's schema. Returns boolean Returns true on success or if there are no records to import, return false on failure. Source public function create($drop = true) { return $this->_create($drop, false); }