Created
May 7, 2012 20:18
-
-
Save knowuh/2630137 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> SELECT character_set_name, column_name FROM information_schema.`COLUMNS` C | |
-> WHERE table_schema = "sg_authoring_pro" | |
-> AND table_name = "units"; | |
+--------------------+--------------+ | |
| character_set_name | column_name | | |
+--------------------+--------------+ | |
| NULL | id | | |
| utf8 | name | | |
| utf8 | abbreviation | | |
| NULL | created_at | | |
| NULL | updated_at | | |
+--------------------+--------------+ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment