mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
6 lines
140 B
SQL
6 lines
140 B
SQL
CREATE TABLE llx_holiday_users
|
|
(
|
|
fk_user INT( 11 ) NOT NULL PRIMARY KEY,
|
|
nb_holiday FLOAT( 5 ) NOT NULL DEFAULT '0'
|
|
)
|
|
ENGINE=innodb; |