Sha256: f4129444c009bf3645e76ef3a726dadf6d405d94ab6d9d73a101bc5faeea0c65

Contents?: true

Size: 171 Bytes

Versions: 11

Compression:

Stored size: 171 Bytes

Contents

#!/usr/bin/env alf
# Autonumber suppliers (:autonum attribute name by default)
(autonum :suppliers)

# You can specify the attribute name
(autonum :suppliers, :unique_id)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alf-0.12.2 examples/operators/autonum.alf
alf-0.12.1 examples/operators/autonum.alf
alf-0.12.0 examples/operators/autonum.alf
alf-0.11.1 examples/operators/autonum.alf
alf-0.11.0 examples/operators/autonum.alf
alf-0.10.1 examples/operators/autonum.alf
alf-0.10.0 examples/operators/autonum.alf
alf-0.9.3 examples/operators/autonum.alf
alf-0.9.2 examples/autonum.alf
alf-0.9.1 examples/autonum.alf
alf-0.9.0 examples/autonum.alf