Git Product home page Git Product logo

Comments (6)

asterism612 avatar asterism612 commented on September 5, 2024

I proceeded with no table(pulse_values), but I got the same error as above

from pulse.

jessarcher avatar jessarcher commented on September 5, 2024

What specific Pulse version are you using?

composer show laravel/pulse | grep versions

from pulse.

driesvints avatar driesvints commented on September 5, 2024

Feel free to reopen this and provide the exact beta version, thanks

from pulse.

PaulCordellier avatar PaulCordellier commented on September 5, 2024

Hello, I am having an error that looks really similar. Here's the error that I got:

  Syntax error: 7 ERROR:  syntax error at or near "("
LINE 1: ...ull, "key_hash" uuid not null generated always as (md5("key"...
                                                             ^ (Connection: pgsql, 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))

  10  database/migrations/2023_06_07_000001_create_pulse_tables.php:33
      Illuminate\Support\Facades\Facade::__callStatic() 

  36  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()

I reproduced the installation steps from the documentation until php artisan migrate.

Laravel version : 10.40.0
PHP version : 8.1.13
Pulse version : v1.0.0-beta8
Postresql version : 11.18

php artisan cache:clear is not helping.

If you have any question about my project I'll try to answer them!

from pulse.

timacdonald avatar timacdonald commented on September 5, 2024

@PaulCordellier Pulse requires generated columns, which were introduced in Postgres 12.

Pulse is not currently compatible with your version of Postgres.

from pulse.

PaulCordellier avatar PaulCordellier commented on September 5, 2024

Unfortunately I can't upgrade the version because I have to use the server from my university. Thanks anyways, and have a good day!

from pulse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.