Advertisement
GregLeblanc

Untitled

Oct 18th, 2021
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. MariaDB [logbook]> describe logbook;
  2. +-------------+----------+------+-----+---------+----------------+
  3. | Field | Type | Null | Key | Default | Extra |
  4. +-------------+----------+------+-----+---------+----------------+
  5. | seq_nmbr | int(11) | NO | PRI | NULL | auto_increment |
  6. | name | tinytext | YES | | NULL | |
  7. | message | text | YES | | NULL | |
  8. | mailflag | int(11) | YES | | NULL | |
  9. | when_posted | datetime | YES | | NULL | |
  10. | ipaddr | tinytext | YES | | NULL | |
  11. | private | int(11) | YES | | 0 | |
  12. +-------------+----------+------+-----+---------+----------------+
  13. 7 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement