Commit a35e083b authored by unknown's avatar unknown

manual.texi:

  Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint


Docs/manual.texi:
  Emphasize that the size and the signedness of integer types has to be the same in a foreign key constraint
parent 4da6a2c1
...@@ -38521,7 +38521,7 @@ Corresponding columns in the foreign key ...@@ -38521,7 +38521,7 @@ Corresponding columns in the foreign key
and the referenced key must have similar internal data types and the referenced key must have similar internal data types
inside InnoDB so that they can be compared without a type inside InnoDB so that they can be compared without a type
conversion. conversion.
The size and the signedness of integer types has to be the same. The @strong{size and the signedness of integer types has to be the same}.
The length of string types need not be the same. The length of string types need not be the same.
Starting from version 3.23.50 you can also associate the Starting from version 3.23.50 you can also associate the
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment