Project

General

Profile

« Previous | Next » 

Revision 13580

inputs/.TNRS/schema.sql: tnrs.match_num: made it NOT NULL now that it's populated

View differences:

vegbien.my.sql
13289 13289

  
13290 13290
CREATE TABLE tnrs (
13291 13291
    batch varchar(255)  NOT NULL,
13292
    match_num int(11),
13292
    match_num int(11) NOT NULL,
13293 13293
    `Name_number` int(11) NOT NULL,
13294 13294
    `Name_submitted` varchar(255) NOT NULL,
13295 13295
    `Overall_score` double,

Also available in: Unified diff