table_information_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
name | nvarchar (256) | NOT NULL | Name of the table. |
default_alias | nvarchar (256) | NOT NULL | The default alias to use for this table. |
system_table | bit (1) | NOT NULL | Is the data in this table read-only? |
standard_get | bit (1) | NOT NULL | Generate a standard get procedure for this table? |
standard_delete | bit (1) | NOT NULL | Generate a standard delete procedure for this table? |
standard_insert | bit (1) | NOT NULL | Generate a standard insert procedure for this table? |
standard_update | bit (1) | NOT NULL | Generate a standard update procedure for this table? |
has_list | bit (1) | NOT NULL | Does this table support a list? |
allow_retrieve_all | bit (1) | NOT NULL | Is it allowable to get all the records from this table at once? |
table_depth | int (4) | NOT NULL | How deep in the relationships is this table? |
has_entity | bit (1) | NOT NULL | Generate an entity for this table? |
is_grouping | bit (1) | NOT NULL | A grouping has an unique ID and a Description |
is_description | bit (1) | NOT NULL | A description has an unique Description. |