add medreport schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Database } from '@kit/supabase/database';
|
||||
|
||||
export type Tables = Database['public']['Tables'];
|
||||
export type Tables = Database['medreport']['Tables'];
|
||||
|
||||
export type TableChangeType = 'INSERT' | 'UPDATE' | 'DELETE';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user