Sineware Community Chat (bridged with Matrix)

(#general from "Sineware")


LINE 16: create table minesine_parties ^

[ERR] create table minesine_users ( uuid uuid not null constraint minesine_users_pk primary key, email varchar(254), username varchar(16), online boolean default false, current_server varchar(253), offline_uuid uuid, client_properties jsonb, party_uuid uuid )

create table minesine_parties ( party_uuid uuid not null constraint minesine_parties_pk primary key, name varchar(24), invited_users uuid[], leader_uuid uuid )

ncpsnetworks

any specific error?

seshpenguin

Now the connection to the database is successful, but I have tried to run the SQL file with navicat, but it doesn't work

ncpsnetworks

PGPORT has the port (and default is 5432 anyway)

seshpenguin

you cant put port in the host field

seshpenguin