Guest User

Untitled

a guest
Feb 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. CREATE TABLE 'sample_attribute_with_geometry' (
  2. id INTEGER PRIMARY KEY AUTOINCREMENT,
  3. geometry MULTIPOLYGON NOT NULL,
  4. name TEXT NOT NULL,
  5. description TEXT NOT NULL,
  6. date INTEGER NOT NULL,
  7. source TEXT NOT NULL)
Add Comment
Please, Sign In to add comment