setName('book'); $this->setPhpName('Book'); $this->setClassname('Propel\\Bundle\\PropelBundle\\Tests\\Fixtures\\Model\\Book'); $this->setPackage('vendor/bundles/Propel/PropelBundle/Tests/Fixtures/Model'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('ID', 'Id', 'INTEGER', true, null, null); $this->addColumn('NAME', 'Name', 'VARCHAR', false, 255, null); $this->addColumn('SLUG', 'Slug', 'VARCHAR', false, 255, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // BookTableMap