Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUnsigned numbers not showing up in diesel print-schema for MySQL #1642
Comments
added a commit
that referenced
this issue
Apr 15, 2018
sgrif
referenced this issue
Apr 15, 2018
Merged
Actually output `Unsigned` types in `print-schema` #1643
added a commit
that referenced
this issue
Apr 15, 2018
Eijebong
closed this
in
#1643
Apr 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pie-flavor commentedApr 15, 2018
•
edited
Setup
up.sql:
Versions
Feature Flags
--no-default-features --features mysqlProblem Description
diesel print-schemadoes not correctly respect unsigned integers.What are you trying to accomplish?
Use an unsigned integer in a database.
What is the expected output?
What is the actual output?
Are you seeing any additional errors?
No.
Steps to reproduce
diesel migrateto introduce the above table schema.diesel print-schemaand notice the lack of unsignedness.Checklist