]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-country.php
LAS (logical area system) table renamed, table comments added:
[mailer.git] / inc / extensions / ext-country.php
index 5ed4b84c997ceb8ea075be5075294271a09bef6e..fd04c72618c112742059f0a731b05c7e8fcefd76 100644 (file)
@@ -60,7 +60,7 @@ switch (getExtensionMode()) {
 `is_active` ENUM('Y','N') NOT NULL DEFAULT 'N',
 KEY (`code`),
 PRIMARY KEY (`id`)
-) ENGINE = {?_TABLE_TYPE?} CHARACTER SET utf8 COLLATE utf8_general_ci");
+) ENGINE = {?_TABLE_TYPE?} CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT = 'Country codes and their full-length descriptions'");
                addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_countries` (code, descr, is_active) VALUES ('DE','Deutschland','Y')");
 
                // Admin menu