641
641
privacy int NOT NULL default '0',
642
642
last_mod_date timestamp NOT NULL,
643
643
last_mod_id int NOT NULL default '0',
644
last_app_date timestamp NOT NULL,
644
last_app_date timestamp NULL,
645
645
last_app_id int default '-1',
646
646
version int NOT NULL default '0',
647
647
assigned_scps int default '0',
648
648
status int default '0'
650
INSERT INTO t1 VALUES (4077711111,'SeanWheeler',90,2,20020111112846,500,00000000000000,-1,2,3,1);
650
INSERT INTO t1 VALUES (4077711111,'SeanWheeler',90,2,20020111112846,500,NULL,-1,2,3,1);
651
651
INSERT INTO t1 VALUES (9197722223,'berry',90,3,20020111112809,500,20020102114532,501,4,10,0);
652
INSERT INTO t1 VALUES (650,'San Francisco',0,0,20011227111336,342,00000000000000,-1,1,24,1);
652
INSERT INTO t1 VALUES (650,'San Francisco',0,0,20011227111336,342,NULL,-1,1,24,1);
653
653
INSERT INTO t1 VALUES (302467,'Sue\'s Subshop',90,3,20020109113241,500,20020102115111,501,7,24,0);
654
654
INSERT INTO t1 VALUES (6014911113,'SudzCarwash',520,1,20020102115234,500,20020102115259,501,33,32768,0);
655
655
INSERT INTO t1 VALUES (333,'tubs',99,2,20020109113440,501,20020109113440,500,3,10,0);
660
660
privacy int NOT NULL default '0',
661
661
last_mod_date timestamp NOT NULL,
662
662
last_mod_id int NOT NULL default '0',
663
last_app_date timestamp NOT NULL,
663
last_app_date timestamp NULL,
664
664
last_app_id int default '-1',
665
665
version int NOT NULL default '0',
666
666
assigned_scps int default '0',
667
667
status int default '0'
669
INSERT INTO t2 VALUES (4077711111,'SeanWheeler',0,2,20020111112853,500,00000000000000,-1,2,3,1);
669
INSERT INTO t2 VALUES (4077711111,'SeanWheeler',0,2,20020111112853,500,NULL,-1,2,3,1);
670
670
INSERT INTO t2 VALUES (9197722223,'berry',90,3,20020111112818,500,20020102114532,501,4,10,0);
671
INSERT INTO t2 VALUES (650,'San Francisco',90,0,20020109113158,342,00000000000000,-1,1,24,1);
671
INSERT INTO t2 VALUES (650,'San Francisco',90,0,20020109113158,342,NULL,-1,1,24,1);
672
672
INSERT INTO t2 VALUES (333,'tubs',99,2,20020109113453,501,20020109113453,500,3,10,0);
673
673
select * from t1;
674
674
select * from t2;