Method: Purview::Tables::BaseSyncable#created_timestamp_column

Defined in:
lib/purview/tables/base_syncable.rb

#created_timestamp_columnObject



4
5
6
# File 'lib/purview/tables/base_syncable.rb', line 4

def created_timestamp_column
  column_from_opts_of_type(Purview::Columns::CreatedTimestamp) or raise %{Must specify a column of type: "#{Purview::Columns::CreatedTimestamp}"}
end