MySQL doesn't provide a support for separate UUID column type (PostgreSQL does), but instead we can use binary(16) column type:
確定! 回上一頁