Create syncable metadata table for Wallet credit cards and addresses.
This is only used for usage statistics (without which we can't apply smart ordering to masked credit card suggestions, or sync usage stats between devices for unmasked cards).
There was already code in place for IDs for addresses, which was essentially unused (ID was always empty). This generates an ID to help identify server addresses for the usage stat tracking.
The tables are not actually synced yet (that's TODO).
BUG=none
Committed:
https://crrev.com/378d323b7aa68cddef9429901a7992c4b6346c85
Cr-Commit-Position: refs/heads/master@{#324142}