V11__update_user_question.sql 123 B

1
  1. ALTER TABLE user_question add column is_auto tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '自动创建' AFTER detail;