Created
March 9, 2016 17:16
-
-
Save thiago122/19fb1a884c90d23d6288 to your computer and use it in GitHub Desktop.
Query para exibir as definições dos campos da tabela
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
SELECT | |
* | |
FROM information_schema.table_constraints | |
WHERE table_name= 'table_name' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment