public.django_celery_beat_periodictasks¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| ident | smallint | false | ||||
| last_update | timestamp with time zone | false |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| django_celery_beat_periodictasks_pkey | PRIMARY KEY | PRIMARY KEY (ident) |
Indexes¶
| Name | Definition |
|---|---|
| django_celery_beat_periodictasks_pkey | CREATE UNIQUE INDEX django_celery_beat_periodictasks_pkey ON public.django_celery_beat_periodictasks USING btree (ident) |
Generated by tbls