Skip to content

Instantly share code, notes, and snippets.

@todokr
Created December 14, 2019 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todokr/2e6da917c6620ea4c4834607fbebe86f to your computer and use it in GitHub Desktop.
Save todokr/2e6da917c6620ea4c4834607fbebe86f to your computer and use it in GitHub Desktop.
test=# CREATE TABLE two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onions_on_a_sesameseed_bun (
test(# two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onions_on_a_sesameseed_bun_id INT NOT NULL,
test(# price INT NOT NULL
test(# );
NOTICE: identifier "two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onions_on_a_sesameseed_bun" will be truncated to "two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onion"
NOTICE: identifier "two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onions_on_a_sesameseed_bun_id" will be truncated to "two_all_beef_patties_special_sauce_lettuce_cheese_pickles_onion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment