Created
August 10, 2020 14:51
-
-
Save recursivecodes/9d5afb7306028aa48bdbda627eda5e0c to your computer and use it in GitHub Desktop.
describe.sh
This file contains 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
SQL> describe testcollection; | |
Name Null? Type | |
________________ ___________ ________________ | |
ID NOT NULL VARCHAR2(255) | |
CREATED_ON NOT NULL TIMESTAMP(6) | |
LAST_MODIFIED NOT NULL TIMESTAMP(6) | |
VERSION NOT NULL VARCHAR2(255) | |
JSON_DOCUMENT BLOB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment