1. Version mit DB
This commit is contained in:
BIN
com_eis/install/.DS_Store
vendored
Normal file
BIN
com_eis/install/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
com_eis/install/sql/.DS_Store
vendored
Normal file
BIN
com_eis/install/sql/.DS_Store
vendored
Normal file
Binary file not shown.
8
com_eis/install/sql/mysql/install.utf8.sql
Normal file
8
com_eis/install/sql/mysql/install.utf8.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `#__eis_documents` (
|
||||
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`name` VARCHAR(255) NOT NULL,
|
||||
`path` TEXT NOT NULL,
|
||||
`parent_id` INT UNSIGNED DEFAULT NULL,
|
||||
`is_folder` TINYINT(1) DEFAULT 0,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
Reference in New Issue
Block a user