use bigger data types
This commit is contained in:
parent
af88c101a7
commit
d612ce68c4
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue