Skip to content

Commit

Permalink
Merge pull request #47662 from alvir/patch-1
Browse files Browse the repository at this point in the history
Typo fix on create_table description [ci-skip]

(cherry picked from commit 4fda95a)
  • Loading branch information
jonathanhefner committed May 26, 2023
1 parent b553079 commit 0b16bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def primary_key(table_name)
#
# generates:
#
# CREATE TABLE order (
# CREATE TABLE orders (
# product_id bigint NOT NULL,
# client_id bigint NOT NULL
# );
Expand Down

0 comments on commit 0b16bb9

Please sign in to comment.