All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wn.sqltemplates.sqlite.create.senses_vframes-create.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE ${senses_vframes.table} (
${senses_vframes.synsetid} INT NOT NULL,
${senses_vframes.luid} INT NOT NULL,
${senses_vframes.wordid} INT NOT NULL,
${senses_vframes.frameid} INT NOT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy