<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Auto_increment issue editing Base"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126639">bug 126639</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=45947
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Auto_increment issue editing Base"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126639#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Auto_increment issue editing Base"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126639">bug 126639</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>@Mac :

Sorry, we need more information.

1) Which database type are you using ? Above all, the type of database engine
conditions the type of autoincrement statement to be used as they are different
for each one.

For example:

mysql uses AUTO_INCREMENT

hsqldb uses GENERATED BY DEFAULT AS IDENTITY(START WITH n) where n is the
integer with which to start counting

firebird uses a different GENERATOR DDL statement :

postgresql uses the SERIAL data type

etc, etc.

As you can see, we need to know which db engine you are using.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>