Specify that the underlying table is partitioned.
This is currently only useful for Postgres 10 range partitioned tables and not used for any other database or ElasticSearch or other non-range partitioning.
This modifies the Postgres DDL generation only adding range partitioning clause and suppressing foreign key constraints to partitioned tables.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe partition mode.The property or column to partition on.
-
Element Details
-
mode
PartitionMode modeThe partition mode. -
property
String propertyThe property or column to partition on.
-