Fix Race Table Structure

Current gcdm_global.race structure:

Columns in gcdm_global.race: 24

id - tinyint(3) unsigned

name - varchar(20)

orderby - tinyint(3) unsigned

difficulty - varchar(10)

allowexplore - tinyint(3) unsigned

maxcolony - tinyint(3) unsigned

missionflag - tinyint(3) unsigned

enslaveflag - tinyint(3) unsigned

researchflag - tinyint(3) unsigned

selectflag - tinyint(3) unsigned

reqact - tinyint(3) unsigned

reqmission - tinyint(3) unsigned

reqpaid - tinyint(1)

tax - decimal(10,4)

popmod - int(2)

agriculture - decimal(10,4)

commercial - decimal(10,4)

maintenance - decimal(10,4)

industry - decimal(10,4)

good - decimal(10,4)

goodsell - float(10,4)

mineral - decimal(10,4)

plunder - decimal(10,4)

TS - timestamp

Main gcdm.race structure:

Columns in gcdm.race: 24

id - tinyint(3) unsigned

name - varchar(20)

orderby - tinyint(3) unsigned

difficulty - varchar(10)

allowexplore - tinyint(3) unsigned

maxcolony - tinyint(3) unsigned

missionflag - tinyint(3) unsigned

enslaveflag - tinyint(3) unsigned

researchflag - tinyint(3) unsigned

selectflag - tinyint(3) unsigned

reqact - tinyint(3) unsigned

reqmission - tinyint(3) unsigned

reqpaid - tinyint(1)

tax - decimal(10,4)

popmod - int(2)

agriculture - decimal(10,4)

commercial - decimal(10,4)

maintenance - decimal(10,4)

industry - decimal(10,4)

good - decimal(10,4)

goodsell - float(10,4)

mineral - decimal(10,4)

plunder - decimal(10,4)

TS - timestamp

Fixing race table...

Dropped existing gcdm_global.race table

✓ Created gcdm_global.race with matching structure

✓ Successfully copied 9 race records