|
This error occurs by incorrect use of HareScript's SCHEMA expression. SCHEMA must be followed by a '<', a TABLE specification and a (closing) '>'.
An example of a SCHEMA specification:
SCHEMA < TABLE < INTEGER id
, STRING name
> mytable
> myschema; | << Back to errors overview
|