|
@@ -137,7 +137,7 @@ class EmClass(EmComponent):
|
137
|
137
|
return True
|
138
|
138
|
|
139
|
139
|
def _link_type_db(self, table_name):
|
140
|
|
- #Create a new table storing LodelObjects that are linked to this EmClass
|
|
140
|
+ # Create a new table storing additionnal fields for the relation between the linked type and this EmClass
|
141
|
141
|
conn = self.__class__.db_engine().connect()
|
142
|
142
|
meta = sql.MetaData()
|
143
|
143
|
emlinketable = sql.Table(table_name, meta, sql.Column('uid', sql.VARCHAR(50), primary_key=True))
|