maxtrem

Results 1 issues of maxtrem

Hi, I'm listing the following table in my datatable (simplified version): ``` class MainTerm(db.Model): __tablename__ = 'main_term' id = db.Column(db.Integer, primary_key=True) text = db.Column(db.String) ``` Further I have gazetteers that...