adding actual field to catch up with other stuff going on -kurtis

git-svn-id: http://wush.net/svn/range/software/public/subscriberRegistry/trunk@5401 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl 2013-05-10 06:40:58 +00:00
parent 6c7e95204e
commit c639e88b68
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ rand varchar(33) default '',
sres varchar(33) default '',
ki varchar(33) default '',
kc varchar(33) default '',
prepaid int(1) DEFAULT 0 not null,
account_balance int(9) default 0 not null,
RRLPSupported int(1) default 1 not null,
hardware VARCHAR(20),
regTime INTEGER default 0 NOT NULL,