Skip to content

Instantly share code, notes, and snippets.

View moosavimaleki's full-sized avatar
🎯
Focusing

Seyed hamed moosavi moosavimaleki

🎯
Focusing
View GitHub Profile
@moosavimaleki
moosavimaleki / README.md
Last active July 2, 2021 18:03
add postgres seq (sequence) to all table (automatic add sequence to all table in postgresql with php script[laravel])

automatic add sequence to all table in postgresql with php script [laravel]

run this code in laravel

change owner or schema or ...

code steps:

  1. get all tables
  2. get max id in each table