mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
new file.
This commit is contained in:
parent
d5a70bc15e
commit
d6fb515034
11
pandora_console/extras/mr/3.sql
Normal file
11
pandora_console/extras/mr/3.sql
Normal file
@ -0,0 +1,11 @@
|
||||
START TRANSACTION;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `ttable_test` (
|
||||
`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_nuevo` tinyint(1) NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user