What are all the datatypes that Google Cloud SQL does provide?
I am migrating a database so I wanted to know the datatypes supported by Google Cloud. And if there is any official link, kindly provide that.
What are all the datatypes that Google Cloud SQL does provide?
I am migrating a database so I wanted to know the datatypes supported by Google Cloud. And if there is any official link, kindly provide that.
As mentioned in the official documentation, Cloud SQL provides the same functionality provided by a locally-hosted MySQL/PostgreSQL instance; nevertheless, it is important to note that there are some unsupported features and statements when using the Cloud SQL versions, you can take a look on the following links to know more about this matter:
Additionally, you may want to review the MySQL and PostgreSQL Data Types documentation where you can find detail information about the data types supported by the latest versions.