Fixed a bug that caused a syntax error when a function was specified to server_default when creating a column in MySQL. by huuyafwww · Pull Request #11953 · sqlalchemy/sqlalchemy

Fixes #11317 Description Fix a syntax error bug by inserting parentheses when a function is specified in the process of setting column default values during table creation within MySQLDDLCompiler. ...