From: Steve Sutton Date: Thu, 8 Sep 2016 12:59:07 +0000 (-0400) Subject: Line up comments X-Git-Tag: v1.1.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f67a55104d595cf85bf0bbae261b9254c9687d55;p=WP-Plugins%2Fglm-member-db-leads.git Line up comments To keep this file organized --- diff --git a/setup/databaseScripts/create_database_V0.0.7.sql b/setup/databaseScripts/create_database_V0.0.7.sql index cee28fa..dbe65d6 100644 --- a/setup/databaseScripts/create_database_V0.0.7.sql +++ b/setup/databaseScripts/create_database_V0.0.7.sql @@ -121,7 +121,7 @@ CREATE TABLE {prefix}lead_interests ( -- lead_searches - Memorized search configurations CREATE TABLE {prefix}searches ( id INT NOT NULL AUTO_INCREMENT, - user_id INT NOT NULL, -- The wordpress user id + user_id INT NOT NULL, -- The wordpress user id title TINYTEXT NULL, -- Title for this search configuration search TEXT NULL, -- Serialized array of search parameters date_created DATE NULL, -- Date the search type was created