mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
new file.
This commit is contained in:
parent
5cf45a08ec
commit
b00ddd9beb
11
pandora_console/extras/mr/4.sql
Normal file
11
pandora_console/extras/mr/4.sql
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS `ttable_test4` (
|
||||||
|
`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 `test4` asdfasdfa;
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user