Sha256: 1b15b5239777bef7a9a991e6bb0a71ac8b10ebd279b82f797b26e0a1a1750716

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

CREATE TABLE SomeString (
	-- Some String is long,
	IsLong                                  bit NULL,
	-- Some String Value,
	SomeStringValue                         varchar NOT NULL,
	PRIMARY KEY(SomeStringValue)
)
GO

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activefacts-examples-1.9.9 sql/server/SimplestUnary.sql
activefacts-examples-1.9.8 sql/server/SimplestUnary.sql
activefacts-examples-1.8.0 sql/server/SimplestUnary.sql