public.doctrine_migration_versions¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| version | varchar(191) | false | ||||
| executed_at | timestamp(0) without time zone | NULL::timestamp without time zone | true | |||
| execution_time | integer | true |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| doctrine_migration_versions_pkey | PRIMARY KEY | PRIMARY KEY (version) |
Indexes¶
| Name | Definition |
|---|---|
| doctrine_migration_versions_pkey | CREATE UNIQUE INDEX doctrine_migration_versions_pkey ON public.doctrine_migration_versions USING btree (version) |
Relations¶
Generated by tbls