Skip to content
Snippets Groups Projects
Commit f82a58d5 authored by ac_fx's avatar ac_fx
Browse files

mxSQL 3d fix

parent 1853e2c6
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ if (~is3D(CONSTANTS))
];
else
% 3D
cmd=['CREATE TABLE tblCells (cellID INTEGER PRIMARY KEY, time INTEGER, trackID INTEGER, centroid STRING,'...
cmd=[cmd, 'CREATE TABLE tblCells (cellID INTEGER PRIMARY KEY, time INTEGER, trackID INTEGER, centroid STRING,'...
' channel INTEGER DEFAULT 1, area INTEGER, maxRadius INTEGER DEFAULT 0, verts BLOB, edges BLOB, normals BLOB, '...
' faces BLOB, u16pixels BLOB, segCC INTEGER);'...
'CREATE TABLE tblZombies (editID INTEGER,cellID INTEGER, time INTEGER, trackID INTEGER, centroid STRING,'...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment