Update 8.0.0-9.0.0.sql

This commit is contained in:
Frédéric FRANCE 2018-09-30 10:31:08 +02:00 committed by GitHub
parent f32ccf935a
commit 6f48f37fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,11 +90,11 @@ ALTER TABLE llx_website_page CHANGE COLUMN fk_user_create fk_user_creat integer;
CREATE TABLE llx_takepos_floor_tables(
rowid INTEGER AUTO_INCREMENT PRIMARY KEY,
entity INTEGER DEFAULT 1 NOT NULL,
label VARCHAR(255),
rowid integer AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 1 NOT NULL,
label varchar(255),
leftpos float,
toppos float,
floor int(3)
toppos float,
floor smallint
) ENGINE=innodb;