Updates
This commit is contained in:
+8
@@ -5,6 +5,8 @@ page_title: Create Table Fields
|
||||
page_description: Learn how to create fields/columns in your tables
|
||||
---
|
||||
|
||||
import DocsImg from "@/src/components/twui/layout/DocsImg";
|
||||
|
||||
## Create Database Table Fields
|
||||
|
||||
Fields (or Columns) define the structure of your SQL tables. Datasquirel Helps you define these structures and even extend them.
|
||||
@@ -36,3 +38,9 @@ Fields (or Columns) define the structure of your SQL tables. Datasquirel Helps y
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
<DocsImg
|
||||
alt="Create Other Admin Users"
|
||||
srcLight="/images/screenshots/su-create-user-light.webp"
|
||||
srcDark="/images/screenshots/su-create-user-dark.webp"
|
||||
/>
|
||||
Reference in New Issue
Block a user