Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
PostgreSQL column type conversion form bigint to bigserial with Liquibase changeset

When i want modify the id column type from bigint to bigserial, there is an error: "Reason: liquibase.exception.DatabaseException: ERROR: type "bigserial" does not exist"

My code:

<changeSet id="change_id_type_to_bigserial" >
    <dropSequence sequenceName="position_data_id_seq"/>
    <modifyDataType columnName="id" newDataType="BIGSERIAL" tableName="position_data"/>
</changeSet>

What is wrong?

// it is so wird for me, because this snippet of an other part of code is working:

<column name="id" type="BIGSERIAL">
            <constraints primaryKey="true"/>
</column> 

//

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!