- remove: duplicated data entries in the character db schema
This commit is contained in:
@@ -39,8 +39,6 @@ create table characters
|
||||
on delete cascade,
|
||||
is_active boolean default true,
|
||||
name varchar(50) not null,
|
||||
level smallint default 1,
|
||||
experience bigint default 0,
|
||||
inventory jsonb default '{}'::jsonb,
|
||||
stats jsonb default '{}'::jsonb,
|
||||
looks jsonb default '{}'::jsonb,
|
||||
|
||||
Reference in New Issue
Block a user