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

210
Views
Formulario de conversión de tipo de columna de PostgreSQL bigint a bigserial con conjunto de cambios de Liquibase

Cuando quiero modificar el tipo de columna de identificación de bigint a bigserial, hay un error: "Motivo: liquibase.exception.DatabaseException: ERROR: el tipo "bigserial" no existe"

Mi código:

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

¿Lo que está mal?

// es tan extraño para mí, porque este fragmento de otra parte del código está funcionando:

 <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!