neojjang / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

add other different useful fieldds #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by carsonng...@gmail.com on 11 May 2010 at 3:25

GoogleCodeExporter commented 9 years ago
for example, add more data field types, e.g. the field defined in spacial 
extensions

add the schema type MySIAM and InnoDB settings, as one has foreign key, one 
doesn't.
Some kinds of indexes are provided only for MySIAM

Original comment by carsonng...@gmail.com on 11 May 2010 at 3:27

GoogleCodeExporter commented 9 years ago
Datatype definitions are stored in separate file and WWW SQL Designer is 
completely
DB agnostic. If you need more data types, feel free to add them to your 
datatypes.xml. 

Individual settings for different storage engines are a complicated task, as 
there is
currently no reasonable way of describing these within datatype definition.

Original comment by ondrej.zara on 12 May 2010 at 6:03