
sql.extension.nga.nga_contents_id Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geopackage-core Show documentation
Show all versions of geopackage-core Show documentation
Core functionality for GeoPackage implementations
CREATE TABLE nga_contents_id (
id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
table_name TEXT NOT NULL,
CONSTRAINT uk_nci_table_name UNIQUE (table_name),
CONSTRAINT fk_nci_gc_tn FOREIGN KEY (table_name) REFERENCES gpkg_contents(table_name)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy