I can't seem to find documentation on the new create table statement (FAST? NOT NULL? looks new) CREATE [FAST] TABLE table-name (column-name data-type [NOT NULL] [, column-name data-type [NOT-NULL] ]...)
FAST harks back to a bygone era. All tables are now of type "FAST". It need not be specified. "NOT NULL" is a standard feature of SQL which Texis currently ignores. These have been removed from the docs, but apparently not the builtin help.