diff --git a/docs/contributing/how_to_view_tables.md b/docs/contributing/how_to_view_tables.md index 254df9482..1ece79402 100644 --- a/docs/contributing/how_to_view_tables.md +++ b/docs/contributing/how_to_view_tables.md @@ -10,9 +10,7 @@ 4. Type in the posgtre password (“easy_dev_pass”) -5. Use \dt+ to give an in depth description of all the tables - -6. Select * from “tablename” to check columns of the table ( you can also type column +5. Select * from “tablename”; to check columns of the table ( you can also type column names instead of * to see the entire column )