1BEGIN;
2
3ALTER TABLE node ADD COLUMN vlan text DEFAULT '0' NOT NULL;
4
5COMMIT;
6