SQL

SQL Conventions and Standards #

Migrations #

Schema transformation must be done through migrations. Following tools can be used,

  • Liquibase
  • Flyway

Overflowing primary key index - MySQL #

Issue faced at GitHub