| ... | @@ -2,4 +2,11 @@ |
... | @@ -2,4 +2,11 @@ |
|
|
|
|
|
|
|
[TOC]
|
|
[TOC]
|
|
|
|
|
|
|
|
# Naming-Conventions |
|
# Naming-Conventions
|
|
\ No newline at end of file |
|
|
|
|
|
To avoid namespace clashes in the database, any reserved key words which
|
|
|
|
define a database, had to be re-named.
|
|
|
|
|
|
|
|
module - schema
|
|
|
|
entity - table
|
|
|
|
attribute - column |
|
|
|
\ No newline at end of file |