Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. mysql> select * from card;
  2. +------+--------+--------+----------------------------+----------------------------+----------------------------+---------------------+---------+
  3. | id | series | number | firstLine | secondLine | thirdLine | created | updated |
  4. +------+--------+--------+----------------------------+----------------------------+----------------------------+---------------------+---------+
  5. | 1 | 1 | 1 | 4,-1,-1,32,44,-1,62,-1,82 | -1,15,22,-1,46,58,-1,-1,89 | 10,18,-1,33,-1,-1,68,78,-1 | 2012-10-19 15:43:39 | NULL |
  6. | 2 | 1 | 2 | -1,-1,28,-1,42,53,-1,72,88 | -1,12,-1,31,49,-1,63,76,-1 | 5,20,-1,40,-1,54,69,-1,-1 | 2012-10-19 15:43:39 | NULL |
  7. | 3 | 1 | 3 | 1,-1,-1,34,-1,52,64,-1,86 | 6,-1,21,-1,43,55,-1,73,-1 | -1,17,26,-1,45,56,-1,79,-1 | 2012-10-19 15:43:39 | NULL |
  8. | 4 | 1 | 4 | 2,-1,23,-1,41,-1,65,-1,87 | 7,-1,27,36,-1,-1,66,-1,90 | 9,13,-1,39,-1,59,-1,74,-1 | 2012-10-19 15:43:39 | NULL |
  9. | 5 | 1 | 5 | -1,14,25,-1,48,-1,61,-1,81 | 3,-1,29,37,-1,51,-1,71,-1 | -1,19,-1,38,50,-1,67,75,-1 | 2012-10-19 15:43:39 | NULL |
  10. | 6 | 1 | 6 | -1,-1,24,-1,47,57,-1,77,83 | -1,11,30,-1,-1,60,70,-1,84 | 8,16,-1,35,-1,-1,-1,80,85 | 2012-10-19 15:43:39 | NULL |
  11. | 7 | 2 | 7 | -1,14,23,-1,-1,53,-1,77,84 | 6,-1,27,40,-1,57,66,-1,-1 | 8,-1,28,-1,50,60,-1,-1,86 | 2012-10-19 15:43:39 | NULL |
  12. | 8 | 2 | 8 | 3,11,-1,-1,49,51,-1,79,-1 | 5,19,-1,32,-1,-1,61,80,-1 | 7,-1,30,36,-1,-1,70,-1,87 | 2012-10-19 15:43:39 | NULL |
  13. | 9 | 2 | 9 | 2,-1,26,33,-1,58,-1,75,-1 | -1,15,-1,34,42,-1,63,-1,85 | -1,20,-1,39,45,-1,65,78,-1 | 2012-10-19 15:43:40 | NULL |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement