如何在 Firebird 中轻松更改字段类型或字段长度?

发布于 2024-08-07 07:38:04 字数 200 浏览 3 评论 0原文

我的意思是,即使数据库为空,您也必须删除 varchar(50) 字段并重新创建它以使其变为 varchar(30)。更不用说限制了……

这非常令人沮丧。我是 SYSDBA,而 Firebird 让非常简单的事情变得比应有的困难得多。如果我自愿决定搬起石头砸自己的脚,那么无论如何,就让我这样做吧!

那么如何在 Firebird 中轻松地进行结构更改呢?

I mean, even if the database is empty, you have to drop a varchar(50) field and recreate it to make it varchar(30). Not to mention constraints...

This is very frustrating. I am the SYSDBA and Firebird make very simple things way harder than it should be. If I voluntarily decide to shoot my own feet, then by all means, let me do so!

So how do you do structure changes comfortably in Firebird?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遇见了你 2024-08-14 07:38:04

你不能在火鸟中。

我建议您使用 DOMAIN 和较小尺寸的 varchar。如果您需要增加字段大小:会更容易。

对于您的更改,您可以在此处查看

为什么您有此需求?

You can't in Firebird.

I advice you to use DOMAIN and smaller size of varchar. If you need to increase the size field : it will be easier.

For your change, you can see here

Why you have this need ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文