db optimizzzation, error handling etc
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m48s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m48s
This commit is contained in:
@@ -66,8 +66,8 @@ CREATE TABLE IF NOT EXISTS public.profiles (
|
||||
province_state VARCHAR(255),
|
||||
postal_code VARCHAR(10),
|
||||
country VARCHAR(2),
|
||||
preferences JSONB,
|
||||
points INTEGER DEFAULT 0 NOT NULL,
|
||||
preferences JSONB,
|
||||
role TEXT CHECK (role IN ('admin', 'user')),
|
||||
created_at TIMESTAMPTZ DEFAULT now() NOT NULL,
|
||||
updated_at TIMESTAMPTZ DEFAULT now() NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user