making some progress
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- +goose Up
|
||||
-- create initial schema
|
||||
CREATE TABLE users (
|
||||
id UUID PRIMARY KEY ,
|
||||
id UUID PRIMARY KEY DEFAULT uuidv7(),
|
||||
name TEXT NOT NULL,
|
||||
email TEXT NOT NULL,
|
||||
bio TEXT NOT NULL default '',
|
||||
|
||||
Reference in New Issue
Block a user