News

Sometimes we need to add a column that we require into the table. We can do this by using ADD keyword with ALTER command ...
Sometimes wee need to add a comment to a column for understanding purpose means to easily identify what is the use of that particular column.we can add comment to a column by two ways- at the time of ...
The MySQL Workbench main window. How to create tables and add data to MySQL database with MySQL Workbench Your email has been sent The MySQL Workbench GUI is cross-platform, open source, and ...
No uuid column in database migrations ActiveUUID comes with a neat column type that you can use in migrations. Since mysql-binuuid-rails does not, you will have to change all migrations in which you ...