euh lots of changes nothing works ahhh
This commit is contained in:
parent
95d8988876
commit
36b937c5b6
246 changed files with 1758 additions and 1443 deletions
|
@ -6,7 +6,7 @@ import { timestamps } from '../util';
|
|||
export const users = t.pgTable('user', {
|
||||
id: t.text('id').primaryKey(),
|
||||
username: t.text('username').notNull().unique(),
|
||||
oauth_id: t.text('oauth_id').notNull(),
|
||||
oauth_id: t.uuid('oauth_id').notNull(),
|
||||
email: t.text('email').notNull().unique(),
|
||||
...timestamps
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue