Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddl

How is possible to rollback 'truncate' operations on a database although it is DDL

database ddl rollback truncate

Adding a column with a Default value?

Does Mybatis support DDL?

mybatis ddl

How to check which function uses a type?

PostgreSQL 9.4 create table if not exists

ddl postgresql-9.4

Missing right parenthesis on CREATE TABLE statement

oracle-database ddl

ORACLE - tables

sql oracle-database ddl

MySQL to PostgreSQL table create conversion - charset and collation

postgresql ddl

How can I programmatically retrieve the alter view script for a view in SQL Server 2005

Does ALTER COLUMN TYPE varchar(N) rewrite the table in Postgres 9.6?

Check constraint with condition

Set postgres column to not null with default without update

sql postgresql ddl alter-table

Oracle SQL Developer - How to remove double quotes in generated DDL

How to Exclude DB Column in a Trigger Function (Oracle)

Why DML commands executed before and after a DDL command are auto committed?

ERROR: syntax error at or near "modify" - in postgres

sql postgresql ddl alter-table

SQL Updating column after adding it giving "Invalid column name" error

sql sql-server-2005 ddl