kz.greetgo.msoffice.xlsx.parse.create_table_SHEETS.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo.msoffice Show documentation
Show all versions of greetgo.msoffice Show documentation
greetgo library to generate or parse MS Office files
CREATE TABLE SHEETS
(
ID BIGINT NOT NULL,
NAME CHAR(100) NOT NULL,
IS_ACTIVE INTEGER DEFAULT 0 NOT NULL,
PRIMARY KEY (ID)
)