ANN: Meet the MicroOLAP Database Designer for MySQL 2.1.5

2015-06-04 Thread Aleksander Andreev
This release improves logging facility, adds support for invocation views options, enhances control on views display preferences, fixes some rare bugs. Full changelog: [!] Error logging improved a lot [+] "Show object icons" option added to Display Preferences [+] "With Check" view option support

Re: get row inserted time or modified time

2015-06-04 Thread Lucio Chiappetti
On Tue, 2 Jun 2015, Selvam Gce wrote: Is there any way to get row inserted time or modified time in my mysql table??? if you define a column with any name and a type of timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP this will automatically timestamp each record (row