• Is there a link showing how to use and what are valid parameters for the “EXTRA” column on Data Designer page. I found “auto_increment”, are there more and can you use multiple entries?

Viewing 1 replies (of 1 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi @carlrgates,

    The value entered in column extra is stored in column:
    information_schema.columns.extra

    Examples are:
    auto_increment
    on update current_timestamp
    on insert current_timestamp
    default_generated
    virtual_generated

    Hope this helps,
    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘EXTRA Documentation’ is closed to new replies.