refactor: ♻️ new limits for database varchars
This commit is contained in:
parent
032a19931d
commit
502334ea79
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Add up migration script here
|
||||
CREATE TABLE IF NOT EXISTS "permission"(
|
||||
id BIGSERIAL PRIMARY KEY UNIQUE NOT NULL,
|
||||
name VARCHAR(50) UNIQUE NOT NULL
|
||||
name VARCHAR(256) UNIQUE NOT NULL
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue