0

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.

Sanky
  • 1
  • you could improve your question by showing the best link you have found so far and tell the types you really need. otherwise this looks like a routine job you are just to lazy to work out yourself, not a type of question that is liked very much. – Jan Oct 09 '18 at 10:37
  • Eg: whether it supports Stored procedure, Views, Functions, Triggers.. etc – Sanky Oct 09 '18 at 11:12
  • i Couldnt find any so i asked, if u have kindly answer – Sanky Oct 09 '18 at 11:13
  • how about https://stackoverflow.com/questions/29715273/alternative-to-user-defined-functions-in-googles-cloud-sql or https://cloud.google.com/sql/faq#supportmysqlfeatures ? – Jan Oct 09 '18 at 11:32

1 Answers1

1

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.

Armin_SC
  • 2,130
  • 11
  • 15