dbMap !== null); } /** * Gets the databasemap this map builder built. * * @return the databasemap */ public function getDatabaseMap() { return $this->dbMap; } /** * The doBuild() method builds the DatabaseMap * * @return void * @throws PropelException */ public function doBuild() { $this->dbMap = Propel::getDatabaseMap('propel'); $tMap = $this->dbMap->addTable('st_task_scheduler_import_preloaded_data'); $tMap->setPhpName('stTaskSchedulerImportPreloadedData'); $tMap->setUseIdGenerator(false); $tMap->addPrimaryKey('IMPORT_HASH_ID', 'ImportHashId', 'string', CreoleTypes::BIGINT, true, null); $tMap->addPrimaryKey('DATA_ID', 'DataId', 'string', CreoleTypes::VARCHAR, true, 64); $tMap->addColumn('DATA', 'Data', 'array', CreoleTypes::MEDIUMTEXT, true, null); } // doBuild() } // stTaskSchedulerImportPreloadedDataMapBuilder