Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-123

jberet-postgresql.ddl should use BIGSERIAL instead of SERIAL

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.0.Beta1
    • 1.0.0.Final
    • jberet-core
    • None

    Description

      The DDL used SERIAL (actually it will be an INTEGER) as datatype for id columns but these columns are referenced as BIGINT from its child table. these id columns should be BIGSERIAL (it will be an BIGINT) instead of SERIAL.

      Attachments

        Activity

          People

            cfang@redhat.com Cheng Fang
            xkylex Kohei Nozaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: