The compression can be specified per column using the USING COMPRESSION syntax:
USING COMPRESSION
CREATE TABLE my_table(my_col INTEGER USING COMPRESSION bitpacking);