ALTER TABLE posts
ADD COLUMN circle BIGINT NOT NULL DEFAULT 0;
ADD COLUMN stack BIGINT NOT NULL DEFAULT 0;