8 lines
94 B
SQL
8 lines
94 B
SQL
create extension if not exists timescaledb;
|
|
|
|
|
|
select create_hypertable('message', 'time');
|
|
|
|
|
|
|