Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(fastapi): update sql alchemy fields to fix migration #390

Open
descampsk wants to merge 1 commit intopresenton:mainfrom
ActionableHQ:fix-mysql-types
Open

fix(fastapi): update sql alchemy fields to fix migration #390
descampsk wants to merge 1 commit intopresenton:mainfrom
ActionableHQ:fix-mysql-types

Conversation

@descampsk
Copy link

With a Mysql Database, there are some issues with the actual sql-alchemy types :

  • String shoud contains the length of the string
  • some field doesnt have sql alchemy types and therefor the DB can pick a wrong type or a too small one
  • we need Text for long fields as content, instructions, speaker notes

@descampsk descampsk changed the title fix(fastapi): update fields to fix migration fix(fastapi): update sql alchemy fields to fix migration Jan 9, 2026
@descampsk
Copy link
Author

@sauravniraula Do you think it could be possible to merge this 🙏 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant