Current section

Files

Jump to
sqlode include sqlode@model_CustomType.hrl
Raw

include/sqlode@model_CustomType.hrl

-record(custom_type, {
name :: binary(),
module :: gleam@option:option(binary()),
underlying :: sqlode@model:scalar_type()
}).