Ecto.Migration.Timescaledb (ecto_timescaledb v0.5.0)

Provides migration related functions in TimescaleDB extended SQL for Ecto.Query

Link to this section Summary

Link to this section Functions

Link to this macro

create_hypertable(relation, time_column_name)

(macro)

create_hypertable

Examples

use Ecto.Migration.Timescaledb

create_hypertable(user, joined_at)