mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add documents
This commit is contained in:
10
db.sql
10
db.sql
@@ -969,6 +969,16 @@ CREATE TABLE IF NOT EXISTS `service_contacts` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `service_documents`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `service_documents`;
|
||||
CREATE TABLE IF NOT EXISTS `service_documents` (
|
||||
`service_id` int(11) NOT NULL,
|
||||
`document_id` int(11) NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Table structure for table `service_domains`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user