Datamodel

{{ range $idx, $row := .Datamodels }} {{ end }}
id version based_on_version max_mask_id max_table_id max_column_id created_at updated_at committed_at
{{ $row.Id }} {{ $row.Version }} {{ $row.BasedOnVersion }} {{ $row.MaxMaskId }} {{ $row.MaxTableId }} {{ $row.MaxColumnId }} {{ Datetime $row.CreatedAt }} {{ Datetime $row.UpdatedAt }} {{ Datetime $row.CommittedAt }}