<column description="The theme, if applicable, for the reading list." name="theme" required="false" size="50" type="VARCHAR"/>
<column description="The theme, if applicable, for the reading list." name="theme" size="50" type="VARCHAR"/>
</table>
</table>
<table description="Cross-reference table for many-to-many relationship between book rows and book_club_list rows." name="book_x_list" phpName="BookListRel">
<table description="Cross-reference table for many-to-many relationship between book rows and book_club_list rows." name="book_x_list" phpName="BookListRel">
<column description="Fkey to book_club_list.id" name="book_club_list_id" primaryKey="true" type="INTEGER"/>
<column description="Fkey to book_club_list.id" name="book_club_list_id" primaryKey="true" type="INTEGER"/>
<column description="Fkey to book.id" name="book_id" primaryKey="true" type="INTEGER"/>
<column description="Fkey to book.id" name="book_id" primaryKey="true" type="INTEGER"/>