Noizu.Entity.TimeStamp (NoizuLabs Entities v0.2.1)

TimeStamp custom field. This field is used to track inserted_at, updated_at, and deleted_at timestamp.

Summary

Functions

ecto_gen_string(prefix)

Callback implementation for Noizu.Entity.Field.Behaviour.ecto_gen_string/1.

now()

now(now)

stub()

Callback implementation for Noizu.Entity.Field.Behaviour.stub/0.

type__after_delete(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__after_delete/4.

type__before_create(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__before_create/4.

type__before_update(field_type, settings, context, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type__before_update/4.

type_as_entity(this, arg2, options)

Callback implementation for Noizu.Entity.Field.Behaviour.type_as_entity/3.