- Right-click the database in the Catalog tree in which you want to create a new table, point to New, then click Table.
- Type a name for the table. To create an alias for this table, type the alias.
- Click Next.
If your geodatabase is not a file or ArcSDE geodatabase, skip to step 6.
- If you want to create the table using a custom storage keyword, choose Use configuration keyword and specify the keyword you want to use.
- Click Next.
- Click the next blank row in the Field Name column and type in a name to add a field to the table.
- Click the Data Type column next to the new field's name and click its data type.
- Click the field next to Alias and type the alias name to create an alias for this field.
- Click the field next to Allow NULL values and click No to prevent nulls from being stored in this field.
- Click the field next to Default Value and type the value to associate a default value with this field.
- Click the field next to Domain and click the domain to associate a domain with this field.
- Repeat steps 6 through 11 until all the table's fields have been defined.
- Click Finish.