Last active
December 20, 2019 20:11
-
-
Save captaincole/7471f361e3c553a8e2bb03382603f4f7 to your computer and use it in GitHub Desktop.
Asset Type Enum SQL Migration
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
| CREATE TYPE order_asset_type AS ENUM ( | |
| 'common_stock', | |
| 'preferred_stock', | |
| ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment