Current section
Files
Jump to
Current section
Files
include/types_Table.hrl
-record(table, {
table_name :: binary(),
definition :: list({binary(),
types:field_type(),
{ok, binary()} | {error, binary()}}),
code_gen :: list({ok, binary()} | {error, binary()})
}).