# public.installed_packages ## Columns | Name | Type | Default | Nullable | Children | Parents | Comment | | ---- | ---- | ------- | -------- | -------- | ------- | ------- | | authorEmail | varchar(70) | | true | | | | | authorName | varchar(70) | | true | | | | | createdAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | | | | | installedVersion | varchar(50) | | false | | | | | packageName | varchar(214) | | false | [public.installed_nodes](public.installed_nodes.md) | | | | updatedAt | timestamp(3) with time zone | CURRENT_TIMESTAMP(3) | false | | | | ## Constraints | Name | Type | Definition | | ---- | ---- | ---------- | | PK_08cc9197c39b028c1e9beca225940576fd1a5804 | PRIMARY KEY | PRIMARY KEY ("packageName") | | installed_packages_createdAt_not_null | n | NOT NULL "createdAt" | | installed_packages_installedVersion_not_null | n | NOT NULL "installedVersion" | | installed_packages_packageName_not_null | n | NOT NULL "packageName" | | installed_packages_updatedAt_not_null | n | NOT NULL "updatedAt" | ## Indexes | Name | Definition | | ---- | ---------- | | PK_08cc9197c39b028c1e9beca225940576fd1a5804 | CREATE UNIQUE INDEX "PK_08cc9197c39b028c1e9beca225940576fd1a5804" ON public.installed_packages USING btree ("packageName") | ## Relations ```mermaid erDiagram "public.installed_nodes" }o--|| "public.installed_packages" : "FOREIGN KEY (package) REFERENCES installed_packages(#quot;packageName#quot;) ON UPDATE CASCADE ON DELETE CASCADE" "public.installed_packages" { varchar_70_ authorEmail varchar_70_ authorName timestamp_3__with_time_zone createdAt varchar_50_ installedVersion varchar_214_ packageName timestamp_3__with_time_zone updatedAt } "public.installed_nodes" { integer latestVersion varchar_200_ name varchar_241_ package FK varchar_200_ type } ``` --- > Generated by [tbls](https://github.com/k1LoW/tbls)