Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fails in pgsql #129

Closed
UshurbakiyevDavlat opened this issue Dec 4, 2023 · 1 comment
Closed

Migration fails in pgsql #129

UshurbakiyevDavlat opened this issue Dec 4, 2023 · 1 comment

Comments

@UshurbakiyevDavlat
Copy link

Pulse Version

1.0.0

Laravel Version

10.34.2

PHP Version

8.2

Database Driver & Version

postgres:13

Description

2023_06_07_000001_create_pulse_tables .................................................................................................. 20ms FAIL

Illuminate\Database\QueryException

SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near ","
LINE 1: ...) not null generated always as (unhex(md5(key))), "value" ...
^ (Connection: pgsql, SQL: create table "pulse_values" ("timestamp" integer not null, "type" varchar(255) not null, "key" text not null, "key_hash" char(16) not null generated always as (unhex(md5(key))), "value" text not null))

Steps To Reproduce

I used postgres:13 image in docker-compose, and tried to run migration of pulse.

@jessarcher
Copy link
Member

Please see https://laravel.com/docs/10.x/pulse#installation and #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants