Array of types in migrations #3725
Answered
by
tavaresgerson
tavaresgerson
asked this question in
Help
-
Hello guys! Its possible create an array of types, for example: Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
tavaresgerson
Aug 4, 2022
Replies: 1 comment 2 replies
-
So, it's possible with For example, an array of type double: table.specificType('first_coord', 'double precision[]') hope this helps someone 🎧 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tavaresgerson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, it's possible with
table.specificType
.For example, an array of type double:
hope this helps someone 🎧