Skip to content

Instantly share code, notes, and snippets.

@nm17
Created February 22, 2017 17:45
Show Gist options
  • Save nm17/2a4bf2358f8a6e0a277b0e1a853a6641 to your computer and use it in GitHub Desktop.
Save nm17/2a4bf2358f8a6e0a277b0e1a853a6641 to your computer and use it in GitHub Desktop.
CREATE TABLE [assembly-drawing] (
name TEXT PRIMARY KEY,
[scale-x] DOUBLE,
[scale-y] DOUBLE,
[types-count] INTEGER,
[hybrid-x] DECIMAL,
[hybrid-y] DOUBLE,
details TEXT (6, 1),
matirial STRING (6, 1),
[details-count] INTEGER
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment