hasTable('sms_template')) { $table = $this->table('sms_template'); $table->addColumn('content', 'string', ['limit' => 500,'null' => true,'signed' => true,'comment' => '模板内容',]) ->update(); } } }