1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] ALTER TABLE sql command in eloquent

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 6, 2024 às 05:32.

  1. Stack

    Stack Membro Participativo

    Does anyone know how to translate this SQL command in eloquent?

    In my seeder file, I'd like to have that command to reset the AI counter after deleting data in the table.

    In raw SQL, I would use this command:

    ALTER TABLE some_table AUTO_INCREMENT = 1;

    Continue reading...

Compartilhe esta Página