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 "contact"(
|
||||
id BIGSERIAL PRIMARY KEY NOT NULL UNIQUE,
|
||||
name VARCHAR(255) NOT NULL UNIQUE
|
||||
name VARCHAR(32) NOT NULL UNIQUE
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue