Sha256: 2f2013fe655b1687249d52daaec8791daa32696ec06a741c3bc4ca48e86f0705

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activefacts-examples-1.7.2 sql/server/SimplestUnary.sql
activefacts-examples-1.7.1 sql/server/SimplestUnary.sql