Add comment.

This commit is contained in:
Nodir Temirkhodjaev 2020-05-06 19:16:21 +03:00
parent c1672af1e2
commit 123ed6c261

View File

@ -18,8 +18,8 @@ CREATE TABLE address_group(
order_index INTEGER NOT NULL, order_index INTEGER NOT NULL,
include_all BOOLEAN NOT NULL, include_all BOOLEAN NOT NULL,
exclude_all BOOLEAN NOT NULL, exclude_all BOOLEAN NOT NULL,
include_zones INTEGER NOT NULL DEFAULT 0, include_zones INTEGER NOT NULL DEFAULT 0, -- zone indexes bit mask
exclude_zones INTEGER NOT NULL DEFAULT 0, exclude_zones INTEGER NOT NULL DEFAULT 0, -- zone indexes bit mask
include_text TEXT NOT NULL, include_text TEXT NOT NULL,
exclude_text TEXT NOT NULL exclude_text TEXT NOT NULL
); );