io.odysz.semantic.meta.a_users.sqlite.ddl-delete Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of semantic.DA Show documentation
Show all versions of semantic.DA Show documentation
JDBC Data Access with Semantics Support
CREATE TABLE a_users(
userId TEXT(20) not null,
userName TEXT(50) not null,
roleId TEXT(20),
orgId TEXT(20),
counter NUMBER,
birthday DATE, pswd TEXT DEFAULT '' NOT NULL, iv TEXT(200),
CONSTRAINT a_users_pk PRIMARY KEY (userId)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy