tip: enclose code in triple-backticks to format it...
# android
r
tip: enclose code in triple-backticks to format it nicely:
Copy code
primaryKeys = ["boundId", "flightId"],
    indices = [
        (Index("boundId")), (Index("flightId"))
    ],
for example
👍 1