mirror of https://github.com/sipwise/db-schema.git
Change-Id: I9f826725d400a280b114a82ce4d0b5890deea3a6changes/15/615/1
parent
576ed435d4
commit
f65e3aee79
@ -1,11 +1 @@
|
||||
USE provisioning;
|
||||
|
||||
CREATE TABLE `autoprov_redirect_credentials` (
|
||||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`device_id` int(11) unsigned NOT NULL,
|
||||
`user` varchar(255) DEFAULT NULL,
|
||||
`password` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `ap_devid_fk` (`device_id`),
|
||||
CONSTRAINT `autoprov_redirect_credentials_ibfk_1` FOREIGN KEY (`device_id`) REFERENCES `autoprov_devices` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||
) ENGINE=InnoDB;
|
||||
-- duplicate file
|
||||
|
||||
Loading…
Reference in new issue