Skip to content

public.django_migrations

Columns

Name Type Default Nullable Children Parents Comment
app varchar(255) false
applied timestamp with time zone false
id bigint false
name varchar(255) false

Constraints

Name Type Definition
django_migrations_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
django_migrations_pkey CREATE UNIQUE INDEX django_migrations_pkey ON public.django_migrations USING btree (id)

Generated by tbls