Muhamad Hassan's Blog

Muhamad Hassan's Blog

Follow
homeLaravelDatabases
Tag

MySQL

#mysql

More content

Read more stories on Hashnode


Articles with this tag

Using ULID in Laravel Framework

May 20, 20232 min read 1.2K views

In a previous post, we talked about how ULID can be a better choice for primary keys in MySQL than UUIDs. In this tutorial, we will go over how to use...

Using ULID in Laravel Framework

Using Unique Identifiers as Primary Key in MySQL

Apr 30, 20235 min read 421 views

Unique identifiers are used to distinguish one object from another. They are commonly used to identify entities such as users, files, processes,...

Using Unique Identifiers as Primary Key in MySQL