I have some tables like that:
class Table1(Model): column1 = TextField(null=True) column2 = TextField(null=True) class Table2(Model): column3 = T