# Create Database Schema

สร้าง Database Schema ที่มี Collation คือ utf8 และ Character Set คือ utf8\_general\_ci ภายใน Database Instance โดยแต่ละ Database Instance สามารถมี Database Schema ได้สูงสุด 20 Schamas

## Instructions

### 1. เข้าสู่หน้า Database Instances&#x20;

เลือกรายการ “Database Instances” ที่ Sidebar จากเมนู SQL Database

<figure><img src="https://1352697161-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq2BYmWTMiaonrEL8QBP2%2Fuploads%2FSzYiuE5yQ8DypeOh0ZAX%2Fimage.png?alt=media&#x26;token=20b9c6ce-d72a-497f-8abc-eafa7d005e1b" alt=""><figcaption><p>เข้าสู่หน้า Database Instances</p></figcaption></figure>

### 2. เลือกคำสั่ง Create Database Schema&#x20;

เข้าไปที่หน้า Database Instance Detail ของ Database Instance ที่ต้องการทำคำสั่ง เลือกคำสั่ง Create Database Schema ได้จากปุ่ม “CREATE” ที่การ์ด Database Schema

<figure><img src="https://1352697161-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq2BYmWTMiaonrEL8QBP2%2Fuploads%2FSCnwnAvJjmqcbN6h39BG%2FScreen%20Shot%202566-12-20%20at%2014.05.13.png?alt=media&#x26;token=53c118dc-9958-4f70-b4a8-13ea2e4e58a4" alt=""><figcaption><p>เลือกคำสั่ง Create Database Schema</p></figcaption></figure>

### 3. กำหนดชื่อของ Database Schema&#x20;

หลังกดปุ่ม “CREATE” ระบบจะแสดงหน้าต่างเพื่อให้กำหนดชื่อของ Database Schema หลังจากนั้นกดปุ่ม “CREATE” เพื่อทำการ Create Database Schema

<figure><img src="https://1352697161-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq2BYmWTMiaonrEL8QBP2%2Fuploads%2FFl0O7GlKLJBGOGfBAUco%2FScreen%20Shot%202566-12-20%20at%2014.06.57.png?alt=media&#x26;token=f87e6884-d74b-444e-a3c8-4f3ba461e9a5" alt=""><figcaption><p>กำหนดชื่อของ Database Schema</p></figcaption></figure>

### 4. Database Schema ถูกสร้างภายใน Database Instance และจะสามารถใช้งานได้ หลังจากทำคำสั่งสำเร็จ&#x20;

ระบบจะทำการ Create Database Schema หลังจากนั้นรายการ Database Schema จะแสดง Database Schema ที่ได้ทำการสร้าง แสดงว่าคำสั่งสำเร็จ

<figure><img src="https://1352697161-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq2BYmWTMiaonrEL8QBP2%2Fuploads%2FjyUf8uwpbHIK5dtg6i7B%2FScreen%20Shot%202566-12-20%20at%2014.07.43.png?alt=media&#x26;token=ca2ed496-2340-4cc2-9df1-bf06ee5027d7" alt=""><figcaption><p>Database Schema ได้ถูกสั่งสร้างสำเร็จ</p></figcaption></figure>
