364 B
364 B
tags
tags | |
---|---|
|
REQ0151-DemoReactOnboardingUi
Description
Schema
// Add your DBML here
Table onboarding_steps {
id integer
title string
description text
is_completed boolean
order_number integer
component_name string
}