我们可以更改 aspnet 成员资格的表名或列名吗?
我们可以更改 aspnet 成员资格的表名或列名吗?
如果是?那么会有什么影响呢?
Can we change the table or column name of aspnet membership.
If yes? then what will be the effects ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
存储过程和任何依赖于字段的关系都将中断。您可以做到,您可以编写自己的自定义会员提供程序。
The stored procedures and any relationships dependent on the fields would break. You can do it, you would write your own custom Membership Provider.