Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos
torque-postgresql
Wiki
Enum
Enum
· Changes
Page history
Start models
authored
Apr 11, 2017
by
Carlos
Show whitespace changes
Inline
Side-by-side
Enum.md
View page @
f8c3cd05
...
@@ -33,3 +33,6 @@ add_enum_values :status, %i(baz qux), suffix: 'tst' # With a specific suff
...
@@ -33,3 +33,6 @@ add_enum_values :status, %i(baz qux), suffix: 'tst' # With a specific suff
# Deleting an enum by dropping the type it represents
# Deleting an enum by dropping the type it represents
drop_type
:status
drop_type
:status
```
```
### Models