UI-O-Matic Docs
The official home of the documentation for the umbraco package UI-O-Matic
How can I install it?
Getting Started
Example
CREATE TABLE [People] (
[Id] int IDENTITY (1,1) NOT NULL
, [FirstName] nvarchar(255) NOT NULL
, [LastName] nvarchar(255) NOT NULL
, [Picture] nvarchar(255) NOT NULL
);

Last updated