use bigger data types

This commit is contained in:
speatzle 2024-05-10 13:28:20 +02:00
parent af88c101a7
commit d612ce68c4
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS libraries(
id serial PRIMARY KEY,
id bigserial PRIMARY KEY,
enable boolean NOT NULL,
name VARCHAR (50) NOT NULL,
path VARCHAR (500) NOT NULL