Move sql table
This commit is contained in:
parent
51e4ba11d3
commit
a4ec613d73
@ -87,3 +87,14 @@ ALTER TABLE llx_socpeople ADD COLUMN whatsapp varchar(255) after skype;
|
||||
|
||||
ALTER TABLE llx_website CHANGE COLUMN fk_user_create fk_user_creat integer;
|
||||
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),
|
||||
leftpos float,
|
||||
toppos float,
|
||||
floor int(3)
|
||||
) ENGINE=innodb;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user