Current section

Files

Jump to
sqlode include sqlode@model_EmbeddedColumn.hrl
Raw

include/sqlode@model_EmbeddedColumn.hrl

-record(embedded_column, {
name :: binary(),
table_name :: binary(),
columns :: list(sqlode@model:column())
}).