@ -10,7 +10,7 @@ create table if not exists quotes (
|
||||
|
||||
create table if not exists mcmaniacs (
|
||||
id serial primary key,
|
||||
item text not null,
|
||||
item citext not null,
|
||||
unique (item)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user