We are using fast api and sqlalchemy in our project. When i perform migration i get following warning
WARNI [asyncmy] Feature ‘TIMESTAMP type with conflicting scale’ is not supported by SingleStore. Execution will continue, but the DEFAULT and/or ON UPDATE timestamp scale will match the declared value of column ‘created_date’. To avoid this warning, change the scale of your DEFAULT and/or ON UPDATE expression to match the declared column type.
Everething working correct but this warning bothers me. Whats problem? could anybody explain me? is it related to singlestore??