Is there a way to configure octorber cms tables to use uuids instead of auto increment ids

I want to use clustering over October cms database and i want the table created by October cms to use uuid not auto increment int(10) type. Is there a way to configure October cms to do so while doing the initial installation.

Check the link for setting up uuids to eloquent models. Eloquent: Getting Started - Laravel 11.x - The PHP Framework For Web Artisans

1 Like