setName('cc_live_log'); $this->setPhpName('CcLiveLog'); $this->setClassname('CcLiveLog'); $this->setPackage('airtime'); $this->setUseIdGenerator(true); $this->setPrimaryKeyMethodInfo('cc_live_log_id_seq'); // columns $this->addPrimaryKey('ID', 'DbId', 'INTEGER', true, null, null); $this->addColumn('STATE', 'DbState', 'VARCHAR', true, 32, null); $this->addColumn('START_TIME', 'DbStartTime', 'TIMESTAMP', true, null, null); $this->addColumn('END_TIME', 'DbEndTime', 'TIMESTAMP', false, null, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // CcLiveLogTableMap