English 中文(简体)
1. 在王国的演变过程中建立数据库表
原标题:Creating database tables programmatically in evolutions kingdom

• 播放大型单质数据集。 该方案在专门表格中储存每个新数据集。 因此,该表是根据该表中的数据类型编制的。 很不寻常。 这是一种微不足道的情况。 但是,我是如何在“游戏2.0”中作出这种安排的,那里是演变模式规则? 我不能开始思考这个问题。

<>>>>>

It turned out, there is no simple way. Ok. The round way.

有可能:

(1) 使方案能够撰写演变文件本身,并自动加以应用? 它是否会给“游戏”哲学造成某种扭曲?

2) 单独使用另一个行距系统,不使用“游戏”数据目录功能? 伤害多少?

UPDATE 2

我正在读一下MongoDB Casbah的文件,我喜欢很多文件。 我计划利用我的“游乐”申请。 是否有通过Casbah与“游戏”使用MongoDB的违禁行为?

最佳回答

更有甚者,在进行了一些试验之后,我已经结束使用MongoDB(实际上,我不得不从各种面向文件的房舍管理处选择,并决定从MongoDB开始。 我已经建立了MongoDB服务器,将其 Java司机、Casbah(司机Schala-wrapper)和所有必要的附属公司纳入我的项目,并对所有工作进行罚款。 无论怎样,都不需要结构或演变模式。

而且,我没有利用“游乐”的任何部分与数据库(集邮、乐器和其他地方)合作,只是无视这一点,并从事所有刚果人的工作。

所有著作

问题回答

问题很好。 不幸的是,没有令人振奋的答案。

总体变化是好的,在你从事集体工作时是理想的。 在这种情况下,你应转向手工演进(不是由英国生成的,现在则与你的数据相容),并用发言稿尽量使你最初的DDL。

在接下来的发展中,你可以创建新的表格或改变现有的表格,但为了 go,你不会试图创建现有的表格:

另一种做法是(或仍然)想到的是,正在使用英国自动产生的DDLs(它始终认为你的行文是空的),以产生带有一些Kumchema移民工具(即我的移民)的差别化图象,但不幸的是,需要作出更多的努力。

当我不相信正确的演变情况时,我有时会使用的最后一件事是小的试场,你可以在这里补充类似的模式,并观察爱的花gin会如何威胁他们。 不幸的是,即使这一解决办法也产生了适当的改变,但后来在主要方面进行了更好的测试。





相关问题
what is wrong with this mysql code

$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...

Users asking for denormalized database

I am in the early stages of developing a database-driven system and the largest part of the system revolves around an inheritance type of relationship. There is a parent entity with about 10 columns ...

Easiest way to deal with sample data in Java web apps?

I m writing a Java web app in my free time to learn more about development. I m using the Stripes framework and eventually intend to use hibernate and MySQL For the moment, whilst creating the pages ...

join across databases with nhibernate

I am trying to join two tables that reside in two different databases. Every time, I try to join I get the following error: An association from the table xxx refers to an unmapped class. If the ...

How can I know if such value exists in database? (ADO.NET)

For example, I have a table, and there is a column named Tags . I want to know if value programming exists in this column. How can I do this in ADO.NET? I did this: OleDbCommand cmd = new ...

Convert date to string upon saving a doctrine record

I m trying to migrate one of my PHP projects to Doctrine. I ve never used it before so there are a few things I don t understand. In my current code, I have a class similar to this: class ...

热门标签