#dev | Logs for 2021-05-22
  « return
[12:54:15] <Bytram> PASTE_BEGIN
[12:54:18] <Bytram> mysql> describe subscribe_payments ;
[12:54:18] <Bytram> +-----------------+-----------------------+------+-----+-------------------+-----------------------------+
[12:54:18] <Bytram> | Field           | Type                  | Null | Key | Default           | Extra                       |
[12:54:18] <Bytram> +-----------------+-----------------------+------+-----+-------------------+-----------------------------+
[12:54:18] <Bytram> | spid            | mediumint(8) unsigned | NO   | PRI | NULL              | auto_increment              |
[12:54:18] <Bytram> | uid             | mediumint(8) unsigned | NO   | MUL | NULL              |                             |
[12:54:20] <Bytram> | email           | varchar(255)          | YES  |     | NULL              |                             |
[12:54:22] <Bytram> | ts              | timestamp             | NO   | MUL | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
[12:54:24] <Bytram> | payment_gross   | decimal(10,2)         | NO   |     | NULL              |                             |
[12:54:26] <Bytram> | payment_net     | decimal(10,2)         | NO   |     | NULL              |                             |
[12:54:28] <Bytram> | pages           | mediumint(8) unsigned | YES  |     | NULL              |                             |
[12:54:30] <Bytram> | transaction_id  | varchar(255)          | NO   | UNI | NULL              |                             |
[12:54:34] <Bytram> | method          | varchar(6)            | YES  |     | NULL              |                             |
[12:54:36] <Bytram> | submethod       | varchar(3)            | YES  |     | NULL              |                             |
[12:54:38] <Bytram> | memo            | varchar(255)          | YES  |     | NULL              |                             |
[12:54:40] <Bytram> | data            | blob                  | YES  |     | NULL              |                             |
[12:54:42] <Bytram> | payment_type    | varchar(10)           | YES  |     | NULL              |                             |
[12:54:44] <Bytram> | puid            | mediumint(8) unsigned | YES  | MUL | NULL              |                             |
[12:54:46] <Bytram> | raw_transaction | text                  | YES  |     | NULL              |                             |
[12:54:48] <Bytram> | days            | mediumint(8) unsigned | YES  |     | NULL              |                             |
[12:54:50] <Bytram> +-----------------+-----------------------+------+-----+-------------------+-----------------------------+
[12:54:52] <Bytram> 16 rows in set (0.00 sec)
[12:54:54] <Bytram> mysql>
[12:54:56] <Bytram> PASTE_END
[12:57:56] * Bytram saves a local copy of purchaseform;subscribe;default in  martyb@E6410-001:~/Documents/SoylentNews/template.txt
[17:59:21] <janrinok> can anyone tell me where the rehash code is stored in Git please?  I've tried searching for it but there are hundreds of 'rehash'es.  I am currently looking through the wiki but, as of yet, I haven't found it.
[18:02:47] <chromas> https://github.com
[18:03:52] <janrinok> I'd just found it - but thank you!
[18:04:11] <janrinok> downloading as we speak
[18:18:46] <Bytram> janrinok: glad you found it!