table('station', ['engine' => 'InnoDB', 'comment' => '' ,'id' => 'id','signed' => true ,'primary_key' => ['id']]); $table->addColumn('room_no', 'string', ['limit' => 50,'null' => true,'signed' => true,'comment' => '房间编号',]) ->update(); } }