Open
Description
Pulse Version
1.2
Laravel Version
11.0
PHP Version
8.2
Livewire Version
N/A
Database Driver & Version
PostreSQL 15.12 on https://www.thenile.dev
Description
Can any changes be made to this package to remove the use of generated columns?
SQLSTATE[0A000]: Feature not supported: 7 ERROR: GENERATED columns are not supported (Connection: newdatabase, SQL: create table "pulse_values" ("id" bigserial not null primary key, "timestamp" integer not null, "type" varchar(255) not null, "key" text not null, "key_hash" uuid not null generated always as (md5("key")::uuid) stored, "value" text not null))
Steps To Reproduce
Use Pulse with PostreSQL 15.12