Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 722 Bytes

supabase_functions.migrations.md

File metadata and controls

30 lines (19 loc) · 722 Bytes

supabase_functions.migrations

Description

Columns

Name Type Default Nullable Children Parents Comment
version text false
inserted_at timestamp with time zone now() false

Constraints

Name Type Definition
migrations_pkey PRIMARY KEY PRIMARY KEY (version)

Indexes

Name Definition
migrations_pkey CREATE UNIQUE INDEX migrations_pkey ON supabase_functions.migrations USING btree (version)

Relations

er


Generated by tbls