Sineware Community Chat (bridged with Matrix)
(#general from "Sineware")
maybe navicat needs you to run each block by itself?
Syntax error
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 )
any specific error?
Now the connection to the database is successful, but I have tried to run the SQL file with navicat, but it doesn't work