We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Table schema needs to be updated to include an enumeration option for size.
Table
The options for the enum should be: Adult and Child.
Adult
Child
The Table Submit screen needs to include a dropdown to select the size. The View Table screen needs to be updated to include the size
A database migration needs to be added to set a default value for size on existing tables
The text was updated successfully, but these errors were encountered:
matandon
When branches are created from issues, their pull requests are automatically linked.
The
Table
schema needs to be updated to include an enumeration option for size.The options for the enum should be:
Adult
andChild
.The Table Submit screen needs to include a dropdown to select the size.
The View Table screen needs to be updated to include the size
A database migration needs to be added to set a default value for size on existing tables
The text was updated successfully, but these errors were encountered: