setName('moc_dscr'); $this->setPhpName('ManagedObjectClassDescriptor'); $this->setClassname('ManagedObjectClassDescriptor'); $this->setPackage('propel'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('ID', 'Id', 'INTEGER', true, null, null); $this->addColumn('MOD', 'Mod', 'INTEGER', true, null, null); $this->addColumn('INTERN', 'Intern', 'VARCHAR', true, 255, null); $this->addColumn('EXTERN', 'Extern', 'VARCHAR', true, 255, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { $this->addRelation('Atdc', 'AttributeDescriptor', RelationMap::ONE_TO_MANY, array('id' => 'mocd_id', ), null, null); } // buildRelations() } // ManagedObjectClassDescriptorTableMap