github.com/go-pg/pg/v10/orm.Table.PartitionBy (field)

4 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L74: 	PartitionBy string
		table.go#L332: 			t.PartitionBy = s
		table_create.go#L121: 	if table.PartitionBy != "" {
		table_create.go#L123: 		b = append(b, table.PartitionBy...)