241
241
Continent enum('Asia','Europe','North America','Africa','Oceania','Antarctica','South America') NOT NULL DEFAULT 'Asia',
242
242
Region char(26) NOT NULL DEFAULT '',
243
243
SurfaceArea float(10,2) NOT NULL DEFAULT '0.00',
245
245
Population int(11) NOT NULL DEFAULT '0',
246
246
LifeExpectancy float(3,1) DEFAULT NULL,
247
247
GNP float(10,2) DEFAULT NULL,