python - Sqlalchemy type for very long text for articles -


what type should define in sqlalchemy definition text article or blog entry? i'm using mysql.

column('article_text', ???) 

column('article_text', sqlalchemy.unicodetext()) 

that should work on supported database, not mysql.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -