Skip to content

Commit

Permalink
Get stipulated values for SET type and ENUM type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhangluzhuang committed May 18, 2018
1 parent 8ffa031 commit d4698f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sakila_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ Basic information about the customer like first and last name are stored in the
| `rental_rate` | DECIMAL | Not null | `4.99` | |
| `length` | SMALLINT UNSIGNED | | `NULL` | |
| `replacement_cost` | DECIMAL | Not null | `19.99` | |
| `rating` | ENUM | | `G` | ( `G`,`PG`,`PG-13`,`R`,`NC-17` ) |
| `special_features` | SET | | | ( `Trailers`,`Commentaries`,`Deleted Scenes`,`Behind the Scenes` ) |
| `rating` | ENUM | | `G` | ( `G`, `PG`, `PG-13`, `R`, `NC-17` ) |
| `special_features` | SET | | | ( `Trailers`, `Commentaries`, `Deleted Scenes`, `Behind the Scenes` ) |
| `last_update` | TIMESTAMP | Not null | `CURRENT_TIMESTAMP` | |


Expand Down

0 comments on commit d4698f1

Please sign in to comment.