Liquibase Community Forum
2010-11-29 13:48:03 UTC
A new topic, 'MS SQL - identity', has been made on a board you are watching.
You can see it at
http://liquibase.org/forum/index.php?topic=804.new#new
The text of the topic is shown below:
Gentlemen
I use MS SQL and I need create a table with auto increment column like
Code:
CREATE TABLE dbo.Tmp_Contents
(
AutoNo bigint NOT NULL IDENTITY (1, 1),
...
)
How I can describe identity in "native" liqui syntax?
Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0
Regards,
The Liquibase Community Forum Team.
You can see it at
http://liquibase.org/forum/index.php?topic=804.new#new
The text of the topic is shown below:
Gentlemen
I use MS SQL and I need create a table with auto increment column like
Code:
CREATE TABLE dbo.Tmp_Contents
(
AutoNo bigint NOT NULL IDENTITY (1, 1),
...
)
How I can describe identity in "native" liqui syntax?
Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0
Regards,
The Liquibase Community Forum Team.