Announcement

Collapse
No announcement yet.

auto_increment start value?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • auto_increment start value?

    i changed the type of a field in the entitydefs, but i want the auto_increment to have a custom start value. wonder if i can do that in the entitydefs, such as, "autoincrement": ####, or is there another way to do it in the entitydefs? If not, i just have to do it in the db.

  • #2
    also, can i change the auto_increment type to bigint in the entitydefs?

    Comment


    • #3
      No, you can not. You need to do it in MySQL db.

      Comment

      Working...
      X