mysql
formatted mysql db table show:
mysql> SELECT * FROM sometable;
mysql> SELECT * FROM users\G
*************************** 1. row ***************************
id: 1
name: items-s-s-s-
slug: items
password: $2/6.notUz4ppJPno4CP/KyLsSYa
email: some-email@email.com
profile_image: NULL
cover_image: NULL
bio: NULL
website: NULL
location: NULL
facebook: NULL
twitter: NULL
accessibility: NULL
status: active
locale: NULL
visibility: public
meta_title: NULL
meta_description: NULL
tour: NULL
last_seen: 2023-12-30 01:49:41
comment_notifications: 1
free_member_signup_notification: 1
paid_subscription_started_notification: 1
paid_subscription_canceled_notification: 0
mention_notifications: 1
recommendation_notifications: 1
milestone_notifications: 1
donation_notifications: 1
created_at: 2023-12-29 22:21:52
created_by: 1
updated_at: 2023-12-30 01:49:41
updated_by: 1
1 row in set (0.01 sec)
mysql>