Skip to content

Commit

Permalink
add table type to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch committed Dec 10, 2020
1 parent ce094a7 commit e1d02f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/templates/data.md
Expand Up @@ -207,6 +207,7 @@ Strings is a list of string values with the following methods (not avaialable wi
| --- | ---- | --- |
| Name | string | the converted name of the table
| DBName | string | the original name of the table in the DB
| Type | string | the type of table (usually VIEW or TABLE BASE)
| Comment | string | the comment attached to the table
| IsView | bool | true if the table is actually a view
| IsInsertable | bool | true if the table accepts inserts (postgres only)
Expand Down

0 comments on commit e1d02f9

Please sign in to comment.