Epsilon stores information in tables that are, in turn, stored on the PostgreSQL database. You can query or retrieve information from these tables via APIs in escript. See additional information about escript in the Epsilon Cluster Workflow Developers guide.
As with any table in a database that stores data, you can define the type of data that is to be stored in the columns of a table by specifying a data type for each column. Epsilon supports the following built-in data types:

You can create a custom data type using the existing data types in Epsilon. On the Storage page, click +New Type and create your custom data type. For additional information about creating, modifying, and updating tables, see the Epsilon Cluster Workflow Developers guide.
