Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed May 4, 2016
1 parent 6a2a963 commit 4c861e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CREATE TABLE entity1 (
ALTER TABLE entity1 ADD FOREIGN KEY (fk1) REFERENCES entity2(col1);
```

* If `Quote Identifiers` option is selected, all identifiers will be surrounded by character.
* If `Quote Identifiers` option is selected, all identifiers will be surrounded by a backquote character.

```sql
CREATE TABLE `entity1` (
Expand Down Expand Up @@ -97,3 +97,9 @@ DROP TABLE entity1 CASCADE CONSTRAINTS;`
CREATE TABLE entity1 (...);
...
```


Contributions
-------------

Any contributions are welcome. If you find a bug or have a suggestion, please post as an issue.

0 comments on commit 4c861e6

Please sign in to comment.