On Mon, Apr 16, 2012 at 9:43 AM, George <[email protected]> wrote:

>
> create table if not exists SnapshotsMarketsRunners(
>        ID integer primary key,
>        SnapshotsID integer not null references Snapshots(ID),
>        MarketsRunnersID not null references MarketsRunners(ID),
>

Specify type "integer" on the MarketRunnersID column



>        LastPriceMatched real
> );
>

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to