Converting a field from X type to Serial causes errors
I'm attempting to convert a field from type
text
to type serial
.
Here's the error I'm seeing:
Here's the SQL generated:
I believe serial
to simply be an integer
datatype under the hood. So should this in fact be:
Any thoughts?0 Replies