Merge branch 'master' into ggunson-shared-key-docs

This commit is contained in:
Gillian Gunson 2018-10-15 21:15:24 -07:00 committed by GitHub
commit 70a4ce1cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ If the table contains a unique key with nullable columns, but you know your colu
### Examples: Allowed and Not Allowed
```
```sql
create table some_table (
id int not null auto_increment,
ts timestamp,