From b7437ef816bc633077f85bec14bc8b9ae318c002 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 17 Mar 2016 14:15:34 +0800 Subject: [PATCH] sql/Person.sql --- sql/Person.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/Person.sql b/sql/Person.sql index cc624fc1..6ba64701 100644 --- a/sql/Person.sql +++ b/sql/Person.sql @@ -97,4 +97,5 @@ ALTER TABLE Person add index lookup_owner(owner_id); -- finally - always innodb - \ No newline at end of file + +ALTER TABLE Person ADD COLUMN post_code VARCHAR(256) NOT NULL DEFAULT ''; \ No newline at end of file -- 2.39.2