HomeSort by relevance Sort by last modified time
    Searched refs:credit_cards (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/components/test/data/web_database/
version_32.sql 24 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, label VARCHAR, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0); table
32 CREATE INDEX credit_cards_label_index ON credit_cards (label);