mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
New mr.
This commit is contained in:
parent
994432c335
commit
309ed42a8f
11
pandora_console/extras/mr/1.sql
Normal file
11
pandora_console/extras/mr/1.sql
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS `ttable_test_nueva2` (
|
||||||
|
`id` int(10) unsigned NOT NULL auto_increment,
|
||||||
|
`field1` varchar(60) NOT NULL default '',
|
||||||
|
`field2` int(10) unsigned NOT NULL default '0',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
ALTER TABLE `tusuario` ADD COLUMN `test_nuevo2` tinyint(1) NOT NULL DEFAULT 0;
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user