showInDirectory, loggingInterceptor, conditional Views props & profs
This commit is contained in:
@@ -33,6 +33,7 @@ export const users = pgTable(
|
||||
subscriptionId: text('subscriptionId'),
|
||||
subscriptionPlan: subscriptionTypeEnum('subscriptionPlan'),
|
||||
location: jsonb('location'),
|
||||
showInDirectory: boolean('showInDirectory').default(true),
|
||||
// city: varchar('city', { length: 255 }),
|
||||
// state: char('state', { length: 2 }),
|
||||
// latitude: doublePrecision('latitude'),
|
||||
|
||||
Reference in New Issue
Block a user