Skip to content

Commit

Permalink
nacos命名空间添加seata
Browse files Browse the repository at this point in the history
  • Loading branch information
yxf committed May 27, 2022
1 parent 35c91b1 commit 5482020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/mall4cloud_nacos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ CREATE TABLE `tenant_info` (
KEY `idx_tenant_id` (`tenant_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin COMMENT='tenant_info';

insert into `tenant_info`(`id`,`kp`,`tenant_id`,`tenant_name`,`tenant_desc`,`create_source`,`gmt_create`,`gmt_modified`) values (2,'1','4b70485d-72dd-44df-a76a-7a3f578a3001','seata','seata','nacos',1653615223670,1653615223670);

/*Table structure for table `users` */

DROP TABLE IF EXISTS `users`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ CREATE TABLE `tenant_info` (
KEY `idx_tenant_id` (`tenant_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin COMMENT='tenant_info';

insert into `tenant_info`(`id`,`kp`,`tenant_id`,`tenant_name`,`tenant_desc`,`create_source`,`gmt_create`,`gmt_modified`) values (2,'1','4b70485d-72dd-44df-a76a-7a3f578a3001','seata','seata','nacos',1653615223670,1653615223670);


/*Table structure for table `users` */

DROP TABLE IF EXISTS `users`;
Expand Down

0 comments on commit 5482020

Please sign in to comment.