please show some patience with the spelling.
So I am a bit of newbie in programming and I was trying to make a new column over a table in my pgAdmin III through PostgreSQL, when I saw there were two types of integer to select of. Integer and in integer[].
Is there any difference between those two?
Creating Table in PostgreSQL
Thanks a lot for your time.
What you want is probably just integer:
integer[]
is an array of integers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With