# select * from return_ro_tables_info() where tab_name='fos_user';
 
 tab_name | attnum |         field         |   type    | isnotnull | pri |           default_adsrc           |     comment
----------+--------+-----------------------+-----------+-----------+-----+-----------------------------------+-----------------
 fos_user |      1 | id                    | int8      | t         | t   |                                   |
 fos_user |      2 | username              | varchar   | t         |     |                                   |
 fos_user |      3 | username_canonical    | varchar   | t         |     |                                   |
 fos_user |      4 | email                 | varchar   | t         |     |                                   |
 fos_user |      5 | email_canonical       | varchar   | t         |     |                                   |
 fos_user |      6 | enabled               | bool      | t         |     |                                   |
 fos_user |      7 | salt                  | varchar   | t         |     |                                   |
 fos_user |      8 | password              | varchar   | t         |     |                                   |
 fos_user |      9 | last_login            | timestamp | f         |     | NULL::timestamp without time zone |
 fos_user |     10 | locked                | bool      | t         |     |                                   |
 fos_user |     11 | expired               | bool      | t         |     |                                   |
 fos_user |     12 | expires_at            | timestamp | f         |     | NULL::timestamp without time zone |
 fos_user |     13 | confirmation_token    | varchar   | f         |     | NULL::character varying           |
 fos_user |     14 | password_requested_at | timestamp | f         |     | NULL::timestamp without time zone |
 fos_user |     15 | roles                 | text      | t         |     |                                   | (DC2Type:array)
 fos_user |     16 | credentials_expired   | bool      | t         |     |                                   |
 fos_user |     17 | credentials_expire_at | timestamp | f         |     | NULL::timestamp without time zone |
(17 rows)