AnantLabs / wwwsqldesigner

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

Add more field types (like bigint) #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add Table
2. Add Field
3. Choose Type

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

MySQL support many types, and each type are quite different.
Like int and bigint, bigint can store very big integer, but int(+long size) 
can't.

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

Please provide any additional information below.

http://dev.mysql.com/doc/refman/5.5/en/integer-types.html
PHPMyAdmin may be a good reference, too.
Additional options like 'unsigned' will be better.

By the way, I like this project, very useful!

Original issue reported on code.google.com by esab...@gmail.com on 29 Jun 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Please see issues #155 
(http://code.google.com/p/wwwsqldesigner/issues/detail?id=155, implemented) and 
#159 (http://code.google.com/p/wwwsqldesigner/issues/detail?id=159, rejected) 
for reference.

Original comment by ondrej.zara on 1 Jul 2012 at 1:33