﻿id	bigint(20) unsigned	NO	PRI
code	varchar(10)	NO	UNI
name	varchar(100)	NO	
examples	varchar(255)	YES	
status	enum('active','inactive')	NO	
created_at	timestamp	NO	
updated_at	timestamp	NO	
deleted_at	timestamp	YES	
