- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
... | ... |
@@ -2,5 +2,6 @@ SQL creation *must* follow the naming pattern |
2 | 2 |
|
3 | 3 |
<tablename>-create.sql |
4 | 4 |
|
5 |
-Note that dashes ("-") in <tablename> must be replaced by underscores |
|
6 |
-("_"). |
|
5 |
+where <tablename> corresponds to the name of the database table. Please use |
|
6 |
+underscores ("_") instead of dashes ("-") in database table names to ensure |
|
7 |
+compatibility with all types of databases. |