mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-07-01 00:08:42 +02:00
Massive Actions
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@29 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
1
db.sql
1
db.sql
@ -1,6 +1,7 @@
|
||||
CREATE TABLE `glpi_plugin_example` (
|
||||
`ID` int(11) NOT NULL auto_increment,
|
||||
`name` varchar(255) collate utf8_unicode_ci default NULL,
|
||||
`serial` varchar(255) collate utf8_unicode_ci NOT NULL,
|
||||
`FK_dropdown` int(11) NOT NULL default '0',
|
||||
`deleted` smallint(6) NOT NULL default '0',
|
||||
`is_template` smallint(6) NOT NULL default '0',
|
||||
|
Reference in New Issue
Block a user