diff options
| author | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-03-25 15:55:45 +0900 |
| commit | 1a2241c40e10193c5ff7008a7b7b36cc1d855d96 (patch) | |
| tree | 8a5587f10ca55b162d7e3254cb088b323a34c41b /db/migrations/0068_worried_annihilus.sql | |
initial commit
Diffstat (limited to 'db/migrations/0068_worried_annihilus.sql')
| -rw-r--r-- | db/migrations/0068_worried_annihilus.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0068_worried_annihilus.sql b/db/migrations/0068_worried_annihilus.sql new file mode 100644 index 00000000..8f53b83e --- /dev/null +++ b/db/migrations/0068_worried_annihilus.sql @@ -0,0 +1,2 @@ + +CREATE VIEW "public"."vendor_items_view" AS (select "vendor_possible_items"."id", "vendor_possible_items"."vendor_id", "vendor_possible_items"."item_code", "vendor_possible_items"."created_at", "vendor_possible_items"."updated_at", "items"."item_name", "items"."description", "items"."created_at", "items"."updated_at" from "vendor_possible_items" left join "items" on "vendor_possible_items"."item_code" = "items"."item_code");
\ No newline at end of file |
