Skip to content

Instantly share code, notes, and snippets.

@captaincole
Last active December 20, 2019 20:11
Show Gist options
  • Select an option

  • Save captaincole/7471f361e3c553a8e2bb03382603f4f7 to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/7471f361e3c553a8e2bb03382603f4f7 to your computer and use it in GitHub Desktop.
Asset Type Enum SQL Migration
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