From e1d02f93686c43df45855b0085282cc5d84969b9 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Thu, 10 Dec 2020 11:48:11 -0500 Subject: [PATCH] add table type to docs --- site/content/templates/data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/templates/data.md b/site/content/templates/data.md index 76940e0..2fdd895 100644 --- a/site/content/templates/data.md +++ b/site/content/templates/data.md @@ -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)