We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example use cases:
Possible definition:
create table policies( row_id uuid unique not null default gen_random_uuid(), policy_id uuid unique not null primary key default gen_random_uuid(), policy_name text unique not null, policy_description text not null, policy_data jsonb, policy_mandatory boolean not null default 't', policy_start_date timestamptz, policy_end_date timestamptz, policy_activated boolean not null default 't' );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example use cases:
Possible definition:
The text was updated successfully, but these errors were encountered: