table('extension_hello'); $table->addColumn('age', 'integer', [ 'limit' => 100, 'null' => false, 'comment' => '年龄' ])->save(); } }