Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a24eac4

Browse files
committed
Add comment to display_name column
1 parent 53c463d commit a24eac4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
ALTER TABLE templates ADD COLUMN display_name VARCHAR(64) NOT NULL DEFAULT '';
2+
3+
COMMENT ON COLUMN templates.display_name
4+
IS 'Display name is a custom, human-friendly template name that user can set.';

0 commit comments

Comments
 (0)