[][src]Constant autofill::schema::CREDIT_CARD_COMMON_COLS

pub const CREDIT_CARD_COMMON_COLS: &str = "
    guid,
    cc_name,
    cc_number,
    cc_exp_month,
    cc_exp_year,
    cc_type,
    time_created,
    time_last_used,
    time_last_modified,
    times_used,
    sync_change_counter";