[sqllab] surfacing more table metadata (indices, pk, fks) (#1485)

* Expose more table/column metadata

* [sqllab] expose more table metadata

* more tests
This commit is contained in:
Maxime Beauchemin
2016-10-31 23:52:37 -07:00
committed by GitHub
parent 76499afd8d
commit 61509bbd44
9 changed files with 195 additions and 28 deletions

View File

@@ -258,3 +258,13 @@ a.Link {
padding: 3px 5px;
margin: 3px 5px;
}
.tooltip pre {
background: transparent;
border: none;
text-align: left;
color: white;
font-size: 10px;
}
.tooltip-inner {
max-width: 500px;
}