Update 8.0.0-9.0.0.sql
This commit is contained in:
parent
f32ccf935a
commit
6f48f37fa0
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user