/*
Navicat SQL Server Data Transfer
Source Server : 127.0.0.1-sqlserver
Source Server Version : 105000
Source Host : 127.0.0.1:1433
Source Database : net6yx95
Source Schema : dbo
Target Server Type : SQL Server
Target Server Version : 105000
File Encoding : 65001
Date: 2020-12-15 14:01:38
*/
-- ----------------------------
-- Table structure for address
-- ----------------------------
DROP TABLE [dbo].[address]
GO
CREATE TABLE [dbo].[address] (
[id] bigint NOT NULL ,
[userid] bigint NOT NULL ,
[address] varchar(200) NOT NULL ,
[name] varchar(200) NOT NULL ,
[phone] varchar(200) NOT NULL ,
[isdefault] varchar(200) NOT NULL ,
[addtime] datetime NOT NULL DEFAULT (getdate())
)
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'id')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'id'
ELSE
EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'id'
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'userid')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'用户id'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'userid'
ELSE
EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'用户id'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'userid'
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'address')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地址'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'address'
ELSE
EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地址'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'address'
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'name')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收货人'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'name'
ELSE
EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收货人'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'name'
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'phone')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'phone'
ELSE
EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话'
, @level0type = 'SCHEMA', @level0name = N'dbo'
, @level1type = 'TABLE', @level1name = N'address'
, @level2type = 'COLUMN', @level2name = N'phone'
GO
IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description',
'SCHEMA', N'dbo',
'TABLE', N'address',
'COLUMN', N'isdefault')) > 0)
EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否默认地址[是/否]'
, @level0type = 'SCHEMA', @l�
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
环境说明: 开发软件:VS 2017 (版本2017以上即可,不能低于2017) 数据库:SqlServer2008r2(数据库版本无限制,都可以导入) 开发模式:mvc
资源推荐
资源详情
资源评论
收起资源包目录
【net毕业设计】健身房管理系统源码(完整前后端+sqlserver+说明文档+LW).zip (907个子文件)
IndexAsideStatic.vue.bak 2KB
BreadCrumbs.vue.bak 2KB
IndexHeader.vue.bak 2KB
2-run.bat 14B
1-install.bat 12B
Xiezn.Core.csprojAssemblyReference.cache 266KB
Xiezn.Core.assets.cache 118KB
Xiezn.Core.csproj.nuget.cache 149B
Xiezn.Core.RazorAssemblyInfo.cache 42B
Xiezn.Core.AssemblyInfoInputs.cache 42B
Xiezn.Core.csproj.CoreCompileInputs.cache 42B
Xiezn.Core.RazorTargetAssemblyInfo.cache 42B
applicationhost.config 76KB
JiaolianController.cs 14KB
HuiyuanController.cs 14KB
TuankeyuyueController.cs 14KB
HuiyuanzixunController.cs 14KB
TuankeController.cs 14KB
OrdersController.cs 12KB
ShangpinxinxiController.cs 12KB
JiaoliankaoqinController.cs 11KB
JianshenchangshiController.cs 11KB
XitonggonggaoController.cs 11KB
ForumController.cs 10KB
CommonController.cs 9KB
Startup.cs 9KB
DiscussjianshenchangshiController.cs 9KB
DiscussxitonggonggaoController.cs 9KB
DiscussshangpinxinxiController.cs 9KB
DiscussjiaolianController.cs 9KB
DiscusstuankeController.cs 9KB
StoreupController.cs 9KB
CartController.cs 9KB
AddressController.cs 8KB
NewsController.cs 8KB
UsersController.cs 7KB
DbContext.cs 6KB
BaiduAiHelper.cs 5KB
ForumService.cs 5KB
FileController.cs 5KB
ConfigController.cs 5KB
JwtHelper.cs 4KB
TuankeyuyueDbModel.cs 3KB
ShangpinxinxiService.cs 3KB
OrdersDbModel.cs 3KB
HuiyuanzixunDbModel.cs 2KB
RouteConventionFilter.cs 2KB
TuankeDbModel.cs 2KB
JiaolianService.cs 2KB
AddressService.cs 2KB
DiscussjianshenchangshiService.cs 2KB
HuiyuanService.cs 2KB
JiaolianDbModel.cs 2KB
DiscussxitonggonggaoService.cs 2KB
DiscussshangpinxinxiService.cs 2KB
DiscussjiaolianService.cs 2KB
DiscusstuankeService.cs 2KB
JiaoliankaoqinDbModel.cs 2KB
StoreupService.cs 2KB
OrdersService.cs 2KB
CartService.cs 2KB
JwtAuthorizationFilter.cs 2KB
BaseService.cs 2KB
JianshenchangshiService.cs 2KB
JiaoliankaoqinService.cs 2KB
XitonggonggaoService.cs 2KB
ShangpinxinxiDbModel.cs 2KB
HuiyuanzixunService.cs 2KB
TuankeyuyueService.cs 2KB
TuankeService.cs 2KB
NewsService.cs 2KB
CartDbModel.cs 2KB
ForumDbModel.cs 2KB
HuiyuanDbModel.cs 2KB
SwaggerFileUploadFilter.cs 2KB
JianshenchangshiDbModel.cs 1KB
XitonggonggaoDbModel.cs 1KB
AddressDbModel.cs 1KB
StoreupDbModel.cs 1KB
TokenModel.cs 1KB
DiscussjianshenchangshiDbModel.cs 1KB
DiscussshangpinxinxiDbModel.cs 1KB
DiscussxitonggonggaoDbModel.cs 1KB
DiscussjiaolianDbModel.cs 1KB
DiscusstuankeDbModel.cs 1KB
UsersDbModel.cs 1KB
JwtAuthConfig.cs 1KB
PageModel.cs 1KB
Xiezn.Core.AssemblyInfo.cs 1013B
NewsDbModel.cs 1010B
FuncHelper.cs 974B
MvcOptionsExtension.cs 868B
ConfigDbModel.cs 807B
ConfigService.cs 794B
ResponseCodeEnum.cs 789B
TableModel.cs 737B
AddressViewModel.cs 640B
Program.cs 632B
Xiezn.Core.RazorAssemblyInfo.cs 618B
ConfigHelper.cs 613B
共 907 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10
资源评论
风月歌
- 粉丝: 1644
- 资源: 3714
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- pcie体系结构导读pci
- 2023-04-06-项目笔记 - 第三百二十一阶段 - 4.4.2.319全局变量的作用域-319 -2025.11.18
- Whisper-v1.0.0.2-x64-setup.exe
- java固定资产管理系统源码数据库 MySQL源码类型 WebForm
- mmexport1731941345010.jpg
- C#机械制造业信息管理系统源码数据库 Access源码类型 WinForm
- 【python毕业设计】智能旅游推荐系统源码(完整前后端+mysql+说明文档+LW).zip
- springboot美容院管理系统(代码+数据库+LW)
- 【python毕业设计】学生成绩管理系统源码(完整前后端+mysql+说明文档+LW).zip
- 商道融绿、润灵环球ESG评级数据(2015-2023年)dta
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功