.alter table docstring
Alters the DocString value of an existing table.
DocString is free text that you can attach to a table/function/column describing the entity. This string is presented in various UX settings next to the entity names.
.alter table TableName docstring Documentation
Note
- Requires database admin permission
- The database user who originally created the table is permitted to modify it
- If the table doesn't exist, an error is returned. To create a new table, see
.create table
Example
.alter table LyricsAsTable docstring "This is the theme to Garry's show"
Feedback
Submit and view feedback for